POST api/AdminOrder/GetInvoiceTracking
AdmGetInvoiceTracking
Request Information
URI Parameters
None.
Body Parameters
GetInvoiceTracking_Request| Name | 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": "79b1d71e-5542-4cbd-83fe-414f1ad10c84",
"UserUUIDCur": "9d13ee47-4afb-4487-85a5-8ef800d50d86"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]