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": "ee54fd61-2046-4d1a-814e-1f160c484e22",
  "ProductIDRemove": 1,
  "UserUUIDCur": "6cfb1b43-e060-4b8e-a585-ccafa556d79f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}