POST api/v1/blackcontactconfigurations
Request Information
URI Parameters
None.
Body Parameters
BlackContactConfigurationDtoName | 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": "17273832-2a21-4279-afc1-db1cf2f3c1d0", "email": "sample string 5", "communicationId": "dc866ba3-b22a-4e9b-95b1-154d6ab01387", "notificationId": "d76b2454-da74-4a88-85a7-67270f8c0e69" }
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>dc866ba3-b22a-4e9b-95b1-154d6ab01387</CommunicationId> <CustomerId>17273832-2a21-4279-afc1-db1cf2f3c1d0</CustomerId> <Email>sample string 5</Email> <NotificationConfigCode>sample string 1</NotificationConfigCode> <NotificationConfigGroupCode>sample string 2</NotificationConfigGroupCode> <NotificationId>d76b2454-da74-4a88-85a7-67270f8c0e69</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.