POST api/AdminOrder/GetInvoiceTracking
AdmGetInvoiceTracking
Request Information
URI Parameters
None.
Body Parameters
GetInvoiceTracking_RequestName | Description | Type | Additional information |
---|---|---|---|
Barcode | string |
None. |
|
CartUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Barcode": "sample string 1", "CartUUID": "eceafb65-a6e9-4be5-86df-c0c3b5fea69a", "UserUUIDCur": "e46ce6e0-6c2e-4d2d-bd50-9349c686c338" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]