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": "c6d5b75b-c642-4cdc-9c70-8e6b48239d8d",
"UserUUIDCur": "ccb10c70-a496-4373-bbd3-0aa67df69c55"
}
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": "c8352283-5872-497e-921f-1ff205173b79",
"Value": 4.1,
"Postage": 5.1,
"WholeValue": 6.1,
"Date": "2026-02-04T05:26:12.6254696+02: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": "a1460c51-7aaf-4596-a4be-eff4b6edc732",
"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": "0fac51ff-3d3f-45f3-9e70-d0aedc53a0a3",
"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": "0fac51ff-3d3f-45f3-9e70-d0aedc53a0a3",
"ProductDescr": "sample string 2",
"ProductPriceChar": "sample string 3",
"ProductValueChar": "sample string 4"
}
],
"UserUUIDCur": "9490abe4-57b0-4130-a175-0432ff83ab50"
}