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
- Array [
- ]
- Array [
- ]
messagingServiceSid string
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"messagingServiceSid": "string",
"status": "SUCCESS",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...