POST AddRemoveCart
Request Information
URI Parameters
None.
Body Parameters
BOCart| Name | Description | Type | Additional information |
|---|---|---|---|
| IsActive | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| Result_status | integer |
None. |
|
| Msg | string |
None. |
|
| Error_message | string |
None. |
|
| Department | string |
None. |
|
| TestName | string |
None. |
|
| ShortName | string |
None. |
|
| Search_result | string |
None. |
|
| SearchText | string |
None. |
|
| TestId | integer |
None. |
|
| PathologyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsActive": 1,
"IsDeleted": 2,
"Result_status": 3,
"Msg": "sample string 4",
"Error_message": "sample string 5",
"Department": "sample string 6",
"TestName": "sample string 7",
"ShortName": "sample string 8",
"Search_result": "sample string 9",
"SearchText": "sample string 10",
"TestId": 11,
"PathologyId": 12
}
application/xml, text/xml
Sample:
<BOCart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common"> <Department>sample string 6</Department> <Error_message>sample string 5</Error_message> <IsActive>1</IsActive> <IsDeleted>2</IsDeleted> <Msg>sample string 4</Msg> <PathologyId>12</PathologyId> <Result_status>3</Result_status> <SearchText>sample string 10</SearchText> <Search_result>sample string 9</Search_result> <ShortName>sample string 8</ShortName> <TestId>11</TestId> <TestName>sample string 7</TestName> </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.