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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The route ID
PriceParserColumnsDataRequest
The body is of type object.
object
The response is of type object.