PUT api/v1/autocommunicationconfigs/{code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code | string |
Required |
Body Parameters
AutoCommunicationConfigDtoName | 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": "983dd4a2-8432-434e-b7dd-8010f7229095", "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>983dd4a2-8432-434e-b7dd-8010f7229095</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.