POST api/atmchangeorder/CreateAtmChangeOrder
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": "e13939ab-c793-40f6-90f2-bdc657298a2e",
"SelectedDeviceId": "8a68efd9-1288-4494-92ee-727416039463",
"SelectedDeviceName": "sample string 3",
"SelectedRouteId": "9a243053-d171-4651-a028-8c2be06fd33f",
"SelectedBranchId": "fae1daf6-e6a1-4d4f-884a-6538dceae806",
"OrderType": 5,
"DeliveryDate": "2026-07-20T00:36:35.2710391+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-07-20T00:36:35.2710391+00:00</DeliveryDate> <FiftyRand>11</FiftyRand> <FloatClientId>e13939ab-c793-40f6-90f2-bdc657298a2e</FloatClientId> <Location>sample string 7</Location> <OneHundredRand>12</OneHundredRand> <OrderType>Add</OrderType> <SealNo>sample string 8</SealNo> <SelectedBranchId>fae1daf6-e6a1-4d4f-884a-6538dceae806</SelectedBranchId> <SelectedDeviceId>8a68efd9-1288-4494-92ee-727416039463</SelectedDeviceId> <SelectedDeviceName>sample string 3</SelectedDeviceName> <SelectedRouteId>9a243053-d171-4651-a028-8c2be06fd33f</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.