BROADCAST-TYPE
This method allows inserting communication channels through a REST API.
POST /apigateway/se/rest/v1/project/broadcast-type
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idBroadcastType | String | No | ID # |
nmBroadcastType | String | Yes | Name |
Request example:
{
"idBroadcastType": "string",
"nmBroadcastType": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}