POST api/wapromotion/SaveWAGroup

Request Information

URI Parameters

None.

Body Parameters

WAGroupSaveDTO
NameDescriptionTypeAdditional information
WAGroupID

string

None.

GroupName

string

None.

CustomerTypeId

integer

None.

CityAreaId

integer

None.

BusinessPartnerIds

string

None.

EmployeeId

integer

None.

SessionID

string

None.

DeviceID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WAGroupID": "sample string 1",
  "GroupName": "sample string 2",
  "CustomerTypeId": 3,
  "CityAreaId": 4,
  "BusinessPartnerIds": "sample string 5",
  "EmployeeId": 6,
  "SessionID": "sample string 7",
  "DeviceID": "sample string 8"
}

application/xml, text/xml

Sample:
<WAGroupSaveDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE">
  <DeviceID>sample string 8</DeviceID>
  <EmployeeId>6</EmployeeId>
  <SessionID>sample string 7</SessionID>
  <BusinessPartnerIds>sample string 5</BusinessPartnerIds>
  <CityAreaId>4</CityAreaId>
  <CustomerTypeId>3</CustomerTypeId>
  <GroupName>sample string 2</GroupName>
  <WAGroupID>sample string 1</WAGroupID>
</WAGroupSaveDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.