POST api/Crm/GetInvoiceTrack
CrmGetInvoiceTrack
Request Information
URI Parameters
None.
Body Parameters
crm_GetInvoiceTrackName | 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": "1052e3e8-8795-4835-bbd1-38f90e80d9ba", "TrackingCode": "sample string 1", "Barcode": "sample string 2", "InvoiceIDCRM": 1, "AddressPublic": "sample string 3", "AddressLocal": "sample string 4", "SiteUUID": "e9a45624-1439-444d-9237-4c7a2c0f9bcc", "Token": "fef65846-00df-449b-a84e-8be431991552" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]