POST api/wapromotion/BroadcastWAImage

Request Information

URI Parameters

None.

Body Parameters

WABroadCashImage
NameDescriptionTypeAdditional information
WAImageId

string

None.

WAImageName

string

None.

CustomerTypeId

integer

None.

ForEmployeeId

integer

None.

IsVideo

boolean

None.

EmployeeId

integer

None.

SessionID

string

None.

DeviceID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WAImageId": "sample string 1",
  "WAImageName": "sample string 2",
  "CustomerTypeId": 3,
  "ForEmployeeId": 4,
  "IsVideo": true,
  "EmployeeId": 6,
  "SessionID": "sample string 7",
  "DeviceID": "sample string 8"
}

application/xml, text/xml

Sample:
<WABroadCashImage 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>
  <CustomerTypeId>3</CustomerTypeId>
  <ForEmployeeId>4</ForEmployeeId>
  <IsVideo>true</IsVideo>
  <WAImageId>sample string 1</WAImageId>
  <WAImageName>sample string 2</WAImageName>
</WABroadCashImage>

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.