POST
/
v1
/
sms
/
rate-parser
/
routes
/
{route}
/
settings
cURL
curl --request POST \
  --url https://api.comm.com/api/v1/sms/rate-parser/routes/{route}/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mcc": 1,
  "rate": 1,
  "mnc": 1,
  "country": 1,
  "brand_name": 1,
  "operator_name": 1
}'
{
  "success": true,
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

route
string<uuid>
required

The route ID

Body

application/json

PriceParserColumnsDataRequest

The body is of type object.

Response

200
application/json

The response is of type object.