POST Api/TermsAndConditions/Save
Request Information
URI Parameters
None.
Body Parameters
SetTermsAndConditionsdata| Name | Description | Type | Additional information |
|---|---|---|---|
| TCId | integer |
None. |
|
| Tag | string |
None. |
|
| SourceLocation | string |
None. |
|
| Active | boolean |
None. |
|
| Delflag | boolean |
None. |
|
| UsrId | integer |
None. |
|
| ApplicableAccountType | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"TCId": 1,
"Tag": "sample string 2",
"SourceLocation": "sample string 3",
"Active": true,
"Delflag": true,
"UsrId": 6,
"ApplicableAccountType": 7
}
application/xml, text/xml
Sample:
<SetTermsAndConditionsdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS_Models"> <Active>true</Active> <ApplicableAccountType>7</ApplicableAccountType> <Delflag>true</Delflag> <SourceLocation>sample string 3</SourceLocation> <TCId>1</TCId> <Tag>sample string 2</Tag> <UsrId>6</UsrId> </SetTermsAndConditionsdata>
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. |