POST api/AdminOrder/GetCartDetails
AdmGetCartDetails
Request Information
URI Parameters
None.
Body Parameters
GetCartDetails_RequestName | Description | Type | Additional information |
---|---|---|---|
CartUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartUUID": "6b0e32f2-8db7-4227-906d-87ef221cc6c5", "UserUUIDCur": "eab56052-68ff-4dde-861e-d3a312492e38" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]