POST api/Crm/SaveInvoiceTrack
CrmSaveInvoiceTrack
Request Information
URI Parameters
None.
Body Parameters
crm_SaveInvoiceTrackName | Description | Type | Additional information |
---|---|---|---|
CartUUID | globally unique identifier |
None. |
|
TrackingCode | string |
None. |
|
TrackingText | string |
None. |
|
ETA | date |
None. |
|
Barcode | string |
None. |
|
InvoiceIDCRM | integer |
None. |
|
Date | date |
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": "797876c0-ebf7-482c-9fe3-6eeef34e20ac", "TrackingCode": "sample string 1", "TrackingText": "sample string 2", "ETA": "2025-09-23T00:38:20.1068485+03:00", "Barcode": "sample string 3", "InvoiceIDCRM": 1, "Date": "2025-09-23T00:38:20.1068485+03:00", "AddressPublic": "sample string 4", "AddressLocal": "sample string 5", "SiteUUID": "30542531-7519-4fb7-a134-8fc1ad56baa3", "Token": "45cf217f-c567-4d1f-8eb1-2db56072e2c0" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}