POST Api/TermsAndConditions/List
Request Information
URI Parameters
None.
Body Parameters
GetTermsAndConditionsdata| Name | Description | Type | Additional information |
|---|---|---|---|
| TCId | integer |
None. |
|
| Status | integer |
None. |
|
| ViewType | integer |
None. |
|
| page | integer |
None. |
|
| recordsperpage | integer |
None. |
|
| search | string |
None. |
|
| sortingData | string |
None. |
|
| TimeZone | string |
None. |
|
| UsrId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"TCId": 1,
"Status": 2,
"ViewType": 3,
"page": 4,
"recordsperpage": 5,
"search": "sample string 6",
"sortingData": "sample string 7",
"TimeZone": "sample string 8",
"UsrId": 9
}
application/xml, text/xml
Sample:
<GetTermsAndConditionsdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS_Models"> <Status>2</Status> <TCId>1</TCId> <TimeZone>sample string 8</TimeZone> <UsrId>9</UsrId> <ViewType>3</ViewType> <page>4</page> <recordsperpage>5</recordsperpage> <search>sample string 6</search> <sortingData>sample string 7</sortingData> </GetTermsAndConditionsdata>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |