Authorization: ********************
{
"dncls": [
{
"country_sid": "string",
"dncl_notes": "string",
"dncl_number": "string",
"expiration_date": "1s"
}
],
"agent_logging_data": {
"call_sid": 0,
"call_type": "INBOUND",
"action_value_suffix": "string"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/creatednclnumbers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dncls": [
{
"country_sid": "string",
"dncl_notes": "string",
"dncl_number": "string",
"expiration_date": "1s"
}
],
"agent_logging_data": {
"call_sid": 0,
"call_type": "INBOUND",
"action_value_suffix": "string"
}
}'
{
"success_count": 0,
"invalid_count": 0,
"failure_count": 0
}