POST api/AppOrder/AppGetCartTrack
AppGetCartTrack
Request Information
URI Parameters
None.
Body Parameters
CartDate_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartUUID": "ff74f757-ec31-4ec1-a8f6-eadaf2ee3b63",
"UserUUIDCur": "a70240c2-5d55-46f6-b325-9e77c47726c6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TrackItem| Name | Description | Type | Additional information |
|---|---|---|---|
| CartInfo | DeliveryInfo |
None. |
|
| TrackList | Collection of CartTrack |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"CartInfo": {
"DeliveryTypeName": "sample string 1",
"PaymentTypeName": "sample string 2",
"TotalValueChar": "sample string 3",
"Descr": "sample string 4",
"Barcode": "sample string 5"
},
"TrackList": [
{
"Baracode": 1,
"TrackingText": "sample string 1",
"Latitude": 1.1,
"Longitude": 1.1,
"i": 1,
"EntryTime": "2026-02-04T05:19:54.2194972+02:00",
"ActiveStep": true
},
{
"Baracode": 1,
"TrackingText": "sample string 1",
"Latitude": 1.1,
"Longitude": 1.1,
"i": 1,
"EntryTime": "2026-02-04T05:19:54.2194972+02:00",
"ActiveStep": true
}
],
"UserUUIDCur": "e2f4c70b-b2d3-44ee-a6e5-9a2f019e4466"
}