POST Operator/Get_Cart_Number?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
None.
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"
}