PUT api/v1/autocommunicationconfigs/{code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
AutoCommunicationConfigDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| IsEnabled | boolean |
None. |
|
| OrganizationCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "73e8a11a-2075-4904-a4da-b3dfc8d5063a",
"code": "sample string 1",
"isEnabled": true,
"organizationCode": "sample string 3"
}
application/xml, text/xml
Sample:
<AutoCommunicationConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Dtos"> <Code>sample string 1</Code> <Id>73e8a11a-2075-4904-a4da-b3dfc8d5063a</Id> <IsEnabled>true</IsEnabled> <OrganizationCode>sample string 3</OrganizationCode> </AutoCommunicationConfigDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.