Creates a new messaging service for the dealer for given department
Newly created messaging service will lie under the dealer's subaccount for passed department
Path Parameters
dealerUUID string required
Query Parameters
name string required
departmentType string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
messagingServiceSid string
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
warnings object[]
{
"messagingServiceSid": "string",
"status": "SUCCESS",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /dealers/:dealerUUID/twilio/applicationToPerson/messagingService
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'
python / requests
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'
go / native
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'
php / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'