POST api/PickerShipment/UpdatePaymentReconcilation
Request Information
URI Parameters
None.
Body Parameters
updatePaymentReconcilation| Name | Description | Type | Additional information |
|---|---|---|---|
| Businessid | integer |
None. |
|
| loginuserID | integer |
None. |
|
| shipmentId | string |
None. |
|
| driverId | integer |
None. |
|
| amountExpected | integer |
None. |
|
| amountCollected | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Businessid": 1,
"loginuserID": 2,
"shipmentId": "sample string 3",
"driverId": 4,
"amountExpected": 5,
"amountCollected": 6
}
application/xml, text/xml
Sample:
<updatePaymentReconcilation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <Businessid>1</Businessid> <amountCollected>6</amountCollected> <amountExpected>5</amountExpected> <driverId>4</driverId> <loginuserID>2</loginuserID> <shipmentId>sample string 3</shipmentId> </updatePaymentReconcilation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/12/25 09:15:47",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>