POST Create
Request Information
URI Parameters
None.
Body Parameters
AtmChangeOrderRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FloatClientId | globally unique identifier |
None. |
|
| SelectedDeviceId | globally unique identifier |
Required |
|
| SelectedDeviceName | string |
Required |
|
| SelectedRouteId | globally unique identifier |
Required |
|
| SelectedBranchId | globally unique identifier |
Required |
|
| OrderType | OrderType |
Required |
|
| DeliveryDate | date |
Required |
|
| Location | string |
None. |
|
| SealNo | string |
None. |
|
| TenRand | integer |
None. |
|
| TwentyRand | integer |
None. |
|
| FiftyRand | integer |
None. |
|
| OneHundredRand | integer |
None. |
|
| TwoHundredRand | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FloatClientId": "ec6a0500-c363-4a99-a6d7-cedf50bc26ec",
"SelectedDeviceId": "49ff63d4-e905-40f7-a99e-3c633e9ca441",
"SelectedDeviceName": "sample string 3",
"SelectedRouteId": "0621e5ee-58a1-49f2-b11c-473f45251f9f",
"SelectedBranchId": "e0168e45-ee1f-4683-805d-f0f46bd3dc29",
"OrderType": 5,
"DeliveryDate": "2026-03-25T22:08:38.9820275+00:00",
"Location": "sample string 7",
"SealNo": "sample string 8",
"TenRand": 9,
"TwentyRand": 10,
"FiftyRand": 11,
"OneHundredRand": 12,
"TwoHundredRand": 13
}
application/xml, text/xml
Sample:
<AtmChangeOrderRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CashAutomation.Entities.ApiModels"> <DeliveryDate>2026-03-25T22:08:38.9820275+00:00</DeliveryDate> <FiftyRand>11</FiftyRand> <FloatClientId>ec6a0500-c363-4a99-a6d7-cedf50bc26ec</FloatClientId> <Location>sample string 7</Location> <OneHundredRand>12</OneHundredRand> <OrderType>Add</OrderType> <SealNo>sample string 8</SealNo> <SelectedBranchId>e0168e45-ee1f-4683-805d-f0f46bd3dc29</SelectedBranchId> <SelectedDeviceId>49ff63d4-e905-40f7-a99e-3c633e9ca441</SelectedDeviceId> <SelectedDeviceName>sample string 3</SelectedDeviceName> <SelectedRouteId>0621e5ee-58a1-49f2-b11c-473f45251f9f</SelectedRouteId> <TenRand>9</TenRand> <TwentyRand>10</TwentyRand> <TwoHundredRand>13</TwoHundredRand> </AtmChangeOrderRequestModel>
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.