POST TCPv1/orders/ConfirmationforBackEnd?UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
Required |
Body Parameters
POConfirmation| Name | Description | Type | Additional information |
|---|---|---|---|
| DileveredQuantity | integer |
None. |
|
| PurchaseOrderID | integer |
None. |
|
| SupplierContact | string |
None. |
|
| PoUpdatedDate | date |
None. |
|
| Signature | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DileveredQuantity": 1,
"PurchaseOrderID": 2,
"SupplierContact": "sample string 3",
"PoUpdatedDate": "2026-06-08T00:04:45.1484151+01:00",
"Signature": "sample string 5"
}
application/xml, text/xml
Sample:
<POConfirmation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.HHT"> <DileveredQuantity>1</DileveredQuantity> <PoUpdatedDate>2026-06-08T00:04:45.1484151+01:00</PoUpdatedDate> <PurchaseOrderID>2</PurchaseOrderID> <Signature>sample string 5</Signature> <SupplierContact>sample string 3</SupplierContact> </POConfirmation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |