PUT api/v1/extranet/customers/me/blackContactConfiguration
Request Information
URI Parameters
None.
Body Parameters
BlackContactConfigurationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeContact | TypeContact |
None. |
|
| TypeConfiguration | TypeConfiguration |
None. |
|
| NotificationConfigCode | string |
None. |
|
| NotificationConfigGroupCode | string |
None. |
|
| ChannelCommunicationCode | string |
None. |
|
| OrganizationCode | string |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| string |
None. |
||
| CommunicationId | globally unique identifier |
None. |
|
| NotificationId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"typeContact": 0,
"typeConfiguration": 0,
"notificationConfigCode": "sample string 1",
"notificationConfigGroupCode": "sample string 2",
"channelCommunicationCode": "sample string 3",
"organizationCode": "sample string 4",
"customerId": "9cf2c834-9e78-465c-9185-d120c0a6741b",
"email": "sample string 5",
"communicationId": "8513eb8b-3161-4c31-ad4f-7e74fcbadf00",
"notificationId": "8e3fbb3c-49ee-4401-8c23-583ad995290d"
}
application/xml, text/xml
Sample:
<BlackContactConfigurationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Dtos"> <ChannelCommunicationCode>sample string 3</ChannelCommunicationCode> <CommunicationId>8513eb8b-3161-4c31-ad4f-7e74fcbadf00</CommunicationId> <CustomerId>9cf2c834-9e78-465c-9185-d120c0a6741b</CustomerId> <Email>sample string 5</Email> <NotificationConfigCode>sample string 1</NotificationConfigCode> <NotificationConfigGroupCode>sample string 2</NotificationConfigGroupCode> <NotificationId>8e3fbb3c-49ee-4401-8c23-583ad995290d</NotificationId> <OrganizationCode>sample string 4</OrganizationCode> <TypeConfiguration>General</TypeConfiguration> <TypeContact>Communication</TypeContact> </BlackContactConfigurationDto>
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.