POST AddRemoveCart
Request Information
URI Parameters
None.
Body Parameters
BOCart| Name | Description | Type | Additional information |
|---|---|---|---|
| Result_status | integer |
None. |
|
| Msg | string |
None. |
|
| Error_message | string |
None. |
|
| UserCode | string |
None. |
|
| EmailId | string |
None. |
|
| MemberId | integer |
None. |
|
| TestId | integer |
None. |
|
| PtId | integer |
None. |
|
| IsAdd | integer |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Result_status": 1,
"Msg": "sample string 2",
"Error_message": "sample string 3",
"UserCode": "sample string 4",
"EmailId": "sample string 5",
"MemberId": 6,
"TestId": 7,
"PtId": 8,
"IsAdd": 9,
"IsDeleted": 10
}
application/xml, text/xml
Sample:
<BOCart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common"> <EmailId>sample string 5</EmailId> <Error_message>sample string 3</Error_message> <IsAdd>9</IsAdd> <IsDeleted>10</IsDeleted> <MemberId>6</MemberId> <Msg>sample string 2</Msg> <PtId>8</PtId> <Result_status>1</Result_status> <TestId>7</TestId> <UserCode>sample string 4</UserCode> </BOCart>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.