POST api/AdminOrder/GetCart
AdmGetCart
Request Information
URI Parameters
None.
Body Parameters
GetCart_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| CartUUID | globally unique identifier |
None. |
|
| UserActive | boolean |
None. |
|
| CountryID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| OldD | integer |
None. |
|
| CartActive | boolean |
None. |
|
| isOrder | boolean |
None. |
|
| ProductID | integer |
None. |
|
| ProductIDCRM | integer |
None. |
|
| DeliveryTypeID | integer |
None. |
|
| PaymentTypeID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "2a6012f5-06ce-4d56-a1b9-209e4e3cc368",
"CartUUID": "1370dcc1-b379-49e6-a08d-d0f221dfe17d",
"UserActive": true,
"CountryID": 1,
"LanguageID": 1,
"OldD": 1,
"CartActive": true,
"isOrder": true,
"ProductID": 1,
"ProductIDCRM": 1,
"DeliveryTypeID": 1,
"PaymentTypeID": 1,
"UserUUIDCur": "6c2d543a-9460-40d4-b072-5335bbcba322"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]