POST api/AdminOrder/GetCartDetails

AdmGetCartDetails

Request Information

URI Parameters

None.

Body Parameters

GetCartDetails_Request
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CartUUID": "16bcfe47-6387-408b-8526-42b39be19d2d",
  "UserUUIDCur": "d43a5619-f845-4f45-beb0-2aa232fc99a5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]