POST api/AdminOrder/SaveCartRemoveProduct

AdmSaveCartRemoveProduct

Request Information

URI Parameters

None.

Body Parameters

SaveCartRemoveProduct_Request
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

ProductIDRemove

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CartUUID": "aa04b6fc-e51f-4e86-b7a4-eb20b0982c46",
  "ProductIDRemove": 1,
  "UserUUIDCur": "8ee7ad69-81a8-4cb6-b6fa-3d004806c476"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}