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": "936f9269-de3d-466d-8f65-01a15cec4ffa",
"email": "sample string 5",
"communicationId": "cb82c160-ade1-4f38-982d-572896cb3572",
"notificationId": "6f9944d1-3280-4f0c-bb0f-b81642ef71b7"
}
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>cb82c160-ade1-4f38-982d-572896cb3572</CommunicationId> <CustomerId>936f9269-de3d-466d-8f65-01a15cec4ffa</CustomerId> <Email>sample string 5</Email> <NotificationConfigCode>sample string 1</NotificationConfigCode> <NotificationConfigGroupCode>sample string 2</NotificationConfigGroupCode> <NotificationId>6f9944d1-3280-4f0c-bb0f-b81642ef71b7</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.