POST Operator/Update_Cart?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Update_CartName | Description | Type | Additional information |
---|---|---|---|
CART_ID | integer |
None. |
|
QUANTITY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CART_ID": 1, "QUANTITY": 2 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Cart_NName | Description | Type | Additional information |
---|---|---|---|
My_Result | integer |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "My_Result": 1, "ExceptionMsg": "sample string 2" }