POST api/AdminOrder/GetCart
AdmGetCart
Request Information
URI Parameters
None.
Body Parameters
GetCart_RequestName | 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": "bccc0701-d3f4-4656-b56a-60a64069ecd6", "CartUUID": "3fd18c52-1937-4242-9487-32c6c6e78167", "UserActive": true, "CountryID": 1, "LanguageID": 1, "OldD": 1, "CartActive": true, "isOrder": true, "ProductID": 1, "ProductIDCRM": 1, "DeliveryTypeID": 1, "PaymentTypeID": 1, "UserUUIDCur": "e0f92c40-7956-4a4a-bf52-74c2441cfb8d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]