POST api/atmreturn/CreateBulkAtmReturn
Request Information
URI Parameters
None.
Body Parameters
AtmReturnBulkRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Returns | Collection of AtmReturnRequestModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Returns": [
{
"FloatClientId": "0e15699d-3b02-4a07-a8bf-b00a80ea34e3",
"SelectedDeviceId": "375d2d21-c890-461f-9c70-c322cbc94d61",
"SelectedDeviceName": "sample string 3",
"SelectedRouteId": "af7901fb-6bb7-49c3-9a76-908b5c5d0ff2",
"SelectedBranchId": "efa5b43e-43cc-41e8-8ecd-52cf44c83244",
"SealNo": "sample string 6",
"Amount": 7.0,
"ReturnType": 5,
"TenRand": 8,
"TwentyRand": 9,
"FiftyRand": 10,
"OneHundredRand": 11,
"TwoHundredRand": 12
},
{
"FloatClientId": "0e15699d-3b02-4a07-a8bf-b00a80ea34e3",
"SelectedDeviceId": "375d2d21-c890-461f-9c70-c322cbc94d61",
"SelectedDeviceName": "sample string 3",
"SelectedRouteId": "af7901fb-6bb7-49c3-9a76-908b5c5d0ff2",
"SelectedBranchId": "efa5b43e-43cc-41e8-8ecd-52cf44c83244",
"SealNo": "sample string 6",
"Amount": 7.0,
"ReturnType": 5,
"TenRand": 8,
"TwentyRand": 9,
"FiftyRand": 10,
"OneHundredRand": 11,
"TwoHundredRand": 12
}
]
}
application/xml, text/xml
Sample:
<AtmReturnBulkRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CashAutomation.Entities.ApiModels">
<Returns>
<AtmReturnRequestModel>
<Amount>7</Amount>
<FiftyRand>10</FiftyRand>
<FloatClientId>0e15699d-3b02-4a07-a8bf-b00a80ea34e3</FloatClientId>
<OneHundredRand>11</OneHundredRand>
<ReturnType>Excess</ReturnType>
<SealNo>sample string 6</SealNo>
<SelectedBranchId>efa5b43e-43cc-41e8-8ecd-52cf44c83244</SelectedBranchId>
<SelectedDeviceId>375d2d21-c890-461f-9c70-c322cbc94d61</SelectedDeviceId>
<SelectedDeviceName>sample string 3</SelectedDeviceName>
<SelectedRouteId>af7901fb-6bb7-49c3-9a76-908b5c5d0ff2</SelectedRouteId>
<TenRand>8</TenRand>
<TwentyRand>9</TwentyRand>
<TwoHundredRand>12</TwoHundredRand>
</AtmReturnRequestModel>
<AtmReturnRequestModel>
<Amount>7</Amount>
<FiftyRand>10</FiftyRand>
<FloatClientId>0e15699d-3b02-4a07-a8bf-b00a80ea34e3</FloatClientId>
<OneHundredRand>11</OneHundredRand>
<ReturnType>Excess</ReturnType>
<SealNo>sample string 6</SealNo>
<SelectedBranchId>efa5b43e-43cc-41e8-8ecd-52cf44c83244</SelectedBranchId>
<SelectedDeviceId>375d2d21-c890-461f-9c70-c322cbc94d61</SelectedDeviceId>
<SelectedDeviceName>sample string 3</SelectedDeviceName>
<SelectedRouteId>af7901fb-6bb7-49c3-9a76-908b5c5d0ff2</SelectedRouteId>
<TenRand>8</TenRand>
<TwentyRand>9</TwentyRand>
<TwoHundredRand>12</TwoHundredRand>
</AtmReturnRequestModel>
</Returns>
</AtmReturnBulkRequestModel>
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.