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": "97d8c1cb-39dd-47f5-8adb-63851ae4f7b7",
"email": "sample string 5",
"communicationId": "ff12e379-079e-4f37-abee-5a3e8ed604b2",
"notificationId": "15d0271a-6276-4475-b511-200917faecfe"
}
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>ff12e379-079e-4f37-abee-5a3e8ed604b2</CommunicationId> <CustomerId>97d8c1cb-39dd-47f5-8adb-63851ae4f7b7</CustomerId> <Email>sample string 5</Email> <NotificationConfigCode>sample string 1</NotificationConfigCode> <NotificationConfigGroupCode>sample string 2</NotificationConfigGroupCode> <NotificationId>15d0271a-6276-4475-b511-200917faecfe</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.