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": "6113df2f-de98-408f-b0ff-b831673b8ff3",
"TrackingCode": "sample string 1",
"Barcode": "sample string 2",
"InvoiceIDCRM": 1,
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"SiteUUID": "0ea597a1-eb85-4ed1-800a-2210c29495a5",
"Token": "64b779fa-295d-4aca-8c2c-3087e9d20738"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]