v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBCommunicationWay
Create a new contact communication way
Creates a new contact communication way.
post/CommunicationWay
Request body
Example request
{
"contact": {
"objectName": "Contact"
},
"type": "EMAIL",
"key": {
"objectName": "CommunicationWayKey"
}
}Response
Created - Returns created contact communication way
Example response
{
"id": "0",
"objectName": "CommunicationWay",
"contact": {
"id": "0",
"objectName": "Contact"
},
"type": "EMAIL",
"key": {
"id": "0",
"objectName": "CommunicationWayKey"
},
"main": "0",
"sevClient": {
"id": "0",
"objectName": "SevClient"
}
}