POST api/Service/ServiceEnqueue
Request Information
URI Parameters
None.
Body Parameters
EnqueueData| Name | Description | Type | Additional information |
|---|---|---|---|
| serviceId | integer |
None. |
|
| customerId | integer |
None. |
|
| acstoken | string |
None. |
|
| userToken | string |
None. |
|
| extRef | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"serviceId": 1,
"customerId": 2,
"acstoken": "sample string 3",
"userToken": "sample string 4",
"extRef": "sample string 5"
}
application/xml, text/xml
Sample:
<EnqueueData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LobbyVirtual_Issatec_API.Models.Turn"> <acstoken>sample string 3</acstoken> <customerId>2</customerId> <extRef>sample string 5</extRef> <serviceId>1</serviceId> <userToken>sample string 4</userToken> </EnqueueData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.