POST Operator/Add_To_Cart?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Add_To_Cart| Name | Description | Type | Additional information |
|---|---|---|---|
| PRODUCT_ID | integer |
None. |
|
| QUANTITY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PRODUCT_ID": 1,
"QUANTITY": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Cart_N| Name | 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"
}