POST TidaexWarehouseManagement/CompleteInvoice
Request Information
URI Parameters
None.
Body Parameters
CompleteInvoiceParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| TRefXID | integer |
None. |
|
| ExternalPayload | TidaexExternalPayload |
None. |
|
| TidaexUserId | integer |
None. |
|
| VehicleId | integer |
Required |
|
| TransactionCount | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"TRefXID": 1,
"ExternalPayload": {
"UniqueId": "sample string 1"
},
"TidaexUserId": 2,
"VehicleId": 1,
"TransactionCount": 1
}
application/xml, text/xml
Sample:
<CompleteInvoiceParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cam.Cameo.Structures.WarehouseManagement.Tidaex">
<TransactionCount>1</TransactionCount>
<VehicleId>1</VehicleId>
<ExternalPayload>
<UniqueId>sample string 1</UniqueId>
</ExternalPayload>
<TRefXID>1</TRefXID>
<TidaexUserId>2</TidaexUserId>
</CompleteInvoiceParameters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.