POST api/Crm/SaveInvoiceTrack
CrmSaveInvoiceTrack
Request Information
URI Parameters
None.
Body Parameters
crm_SaveInvoiceTrack| Name | 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": "607ea2eb-0fc7-4ab9-9602-75a2dbe422f6",
"TrackingCode": "sample string 1",
"TrackingText": "sample string 2",
"ETA": "2026-05-06T08:54:29.8575635+03:00",
"Barcode": "sample string 3",
"InvoiceIDCRM": 1,
"Date": "2026-05-06T08:54:29.8575635+03:00",
"AddressPublic": "sample string 4",
"AddressLocal": "sample string 5",
"SiteUUID": "f5fcac1f-9002-4832-9d24-8430b5838f97",
"Token": "c2dd3189-6f53-43ed-a96b-d7baa991ee60"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}