POST api/AppOrder/AppSaveCartCopy
AppSaveCartCopy
Request Information
URI Parameters
None.
Body Parameters
GetOrderRepeat| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartUUID": "4502015e-5e43-46e9-b3ea-5656f8675c4a",
"UserUUIDCur": "8fba58e8-1c82-4e0c-9a23-5420d7e38f6e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppGetCartOrderList| Name | Description | Type | Additional information |
|---|---|---|---|
| Show | boolean |
None. |
|
| Name | string |
None. |
|
| ParcelNo | string |
None. |
|
| CartUUID | globally unique identifier |
None. |
|
| Value | decimal number |
None. |
|
| Postage | decimal number |
None. |
|
| WholeValue | decimal number |
None. |
|
| Date | date |
None. |
|
| WholeQuantity | integer |
None. |
|
| DeliveryTypeID | integer |
None. |
|
| Edit | boolean |
None. |
|
| DeliveryTypeName | string |
None. |
|
| TrackingText | string |
None. |
|
| Descr | string |
None. |
|
| ETA | string |
None. |
|
| TotalValueChar | string |
None. |
|
| DateChar | string |
None. |
|
| PaymentTypeID | integer |
None. |
|
| PaymentTypeName | string |
None. |
|
| AddressUUID | globally unique identifier |
None. |
|
| StreetName | string |
None. |
|
| StreetTypeName | string |
None. |
|
| Building | string |
None. |
|
| AppartmentTypeName | string |
None. |
|
| Appart | string |
None. |
|
| AddressName | string |
None. |
|
| Barcode | string |
None. |
|
| ValueChar | string |
None. |
|
| PostageChar | string |
None. |
|
| Score | integer |
None. |
|
| Item | Collection of DetModel |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Show": true,
"Name": "sample string 2",
"ParcelNo": "sample string 3",
"CartUUID": "aff9a880-6289-48a8-9dea-66c01505ed8b",
"Value": 4.1,
"Postage": 5.1,
"WholeValue": 6.1,
"Date": "2026-06-20T22:51:38.8954717+03:00",
"WholeQuantity": 1,
"DeliveryTypeID": 7,
"Edit": true,
"DeliveryTypeName": "sample string 9",
"TrackingText": "sample string 10",
"Descr": "sample string 11",
"ETA": "sample string 12",
"TotalValueChar": "sample string 13",
"DateChar": "sample string 14",
"PaymentTypeID": 15,
"PaymentTypeName": "sample string 16",
"AddressUUID": "b4d14737-76c6-4d7b-9749-1947522cef6f",
"StreetName": "sample string 18",
"StreetTypeName": "sample string 19",
"Building": "sample string 20",
"AppartmentTypeName": "sample string 21",
"Appart": "sample string 22",
"AddressName": "sample string 23",
"Barcode": "sample string 24",
"ValueChar": "sample string 25",
"PostageChar": "sample string 26",
"Score": 1,
"Item": [
{
"ProductPrice": 1.1,
"ProductQuantity": 1,
"ProductValue": 1,
"ProductID": 1,
"ProductName": "sample string 1",
"PhotoUUID": "113553ca-8529-4ef7-87ef-269f784392d3",
"ProductDescr": "sample string 2",
"ProductPriceChar": "sample string 3",
"ProductValueChar": "sample string 4"
},
{
"ProductPrice": 1.1,
"ProductQuantity": 1,
"ProductValue": 1,
"ProductID": 1,
"ProductName": "sample string 1",
"PhotoUUID": "113553ca-8529-4ef7-87ef-269f784392d3",
"ProductDescr": "sample string 2",
"ProductPriceChar": "sample string 3",
"ProductValueChar": "sample string 4"
}
],
"UserUUIDCur": "b64e7a6f-1dd3-458c-9a2e-4af698541cee"
}