POST api/Crm/GetInvoiceTrack
CrmGetInvoiceTrack
Request Information
URI Parameters
None.
Body Parameters
crm_GetInvoiceTrack| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| TrackingCode | string |
None. |
|
| Barcode | string |
None. |
|
| InvoiceIDCRM | integer |
None. |
|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartUUID": "f6f1ce92-a9d8-4d4e-b89e-8d3989ea2367",
"TrackingCode": "sample string 1",
"Barcode": "sample string 2",
"InvoiceIDCRM": 1,
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"SiteUUID": "35a083ee-352a-442b-847e-adc79128eec7",
"Token": "5c8c0088-e381-4ced-a99e-12e9c7614b11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]