POST api/Compliance
Request Information
URI Parameters
None.
Body Parameters
ComplianceParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| HasExpiryDate | boolean |
None. |
|
| MandatoryExpiryDate | boolean |
None. |
|
| HasAttachment | boolean |
None. |
|
| MandatoryHasAttachment | boolean |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Description": "sample string 1",
"HasExpiryDate": true,
"MandatoryExpiryDate": true,
"HasAttachment": true,
"MandatoryHasAttachment": true,
"IsActive": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.