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": "49e296c5-6aa7-448b-a9fe-87a392af7fe7",
"TrackingCode": "sample string 1",
"Barcode": "sample string 2",
"InvoiceIDCRM": 1,
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"SiteUUID": "fa543a99-238d-4099-a5da-efe4e5c834e8",
"Token": "7f5a3588-4d92-46c0-8e2e-106c412d8235"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]