POST api/CMS/ChangeTimeSlot
Request Information
URI Parameters
None.
Body Parameters
Collection of changeTimeSlotParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| CAFID | string |
None. |
|
| SlotID | string |
None. |
|
| POSAPIPath | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CAFID": "sample string 1",
"SlotID": "sample string 2",
"POSAPIPath": "sample string 3"
},
{
"CAFID": "sample string 1",
"SlotID": "sample string 2",
"POSAPIPath": "sample string 3"
}
]
text/xml
Sample:
<ArrayOfchangeTimeSlotParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICallManagementSystem.Controllers">
<changeTimeSlotParameter>
<CAFID>sample string 1</CAFID>
<POSAPIPath>sample string 3</POSAPIPath>
<SlotID>sample string 2</SlotID>
</changeTimeSlotParameter>
<changeTimeSlotParameter>
<CAFID>sample string 1</CAFID>
<POSAPIPath>sample string 3</POSAPIPath>
<SlotID>sample string 2</SlotID>
</changeTimeSlotParameter>
</ArrayOfchangeTimeSlotParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />