PUT api/Policies/UpdatePolicy/{policyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| policyId | integer |
Required |
Body Parameters
ClientPolicyUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyTypeId | integer |
Required |
|
| PolicyText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PolicyTypeId": 1,
"PolicyText": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.