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": "bf15b1cf-6544-4019-ab70-ccc93cf3817d",
"UserUUIDCur": "b5ca2e04-f6b0-477b-8475-caaa19fd76d3"
}
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-03-21T23:34:14.0373322+02:00",
"ActiveStep": true
},
{
"Baracode": 1,
"TrackingText": "sample string 1",
"Latitude": 1.1,
"Longitude": 1.1,
"i": 1,
"EntryTime": "2026-03-21T23:34:14.0373322+02:00",
"ActiveStep": true
}
],
"UserUUIDCur": "a4de44de-0719-42ee-ab57-ac84fac91af3"
}