POST api/v1/blackcontactconfigurations
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": "f50eed54-fb6a-4a0a-8849-a3ad8c245111",
"email": "sample string 5",
"communicationId": "ae0850f6-06da-45b6-9ae5-8dcdb4b08648",
"notificationId": "b3113f30-45fa-4172-8f04-23b0a14f3062"
}
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>ae0850f6-06da-45b6-9ae5-8dcdb4b08648</CommunicationId> <CustomerId>f50eed54-fb6a-4a0a-8849-a3ad8c245111</CustomerId> <Email>sample string 5</Email> <NotificationConfigCode>sample string 1</NotificationConfigCode> <NotificationConfigGroupCode>sample string 2</NotificationConfigGroupCode> <NotificationId>b3113f30-45fa-4172-8f04-23b0a14f3062</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.