Skip to main content
POST
/
v1.0
/
services
json
{
  "ServiceName": "Caller Id",
  "Cost": 1.23,
  "Monthly": true
}
{
  "ServiceId": "SID-65d007be-8b49-45ac-b8ae-77b8d6a66c8b",
  "ServiceName": "Caller Id",
  "Cost": 1.23,
  "Monthly": true,
  "Active": true
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
ServiceName
string
required

Name of the service

Example:

"Caller Id"

Cost
number
required

Service cost

Example:

1.23

Monthly
boolean

Monthly recurring charge

Example:

true

Response

200 - application/json

Create Service

The response is of type object.