Authorization: Bearer ********************
{
"sip_uri": {
"sip_uri_left": "string",
"sip_uri_right": "string",
"sip_types": [
"PHONE_BOOK_SIP_TYPE_OUTBOUND"
]
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/createphonebookentry' \
--header 'Content-Type: application/json' \
--data-raw '{
"sip_uri": {
"sip_uri_left": "string",
"sip_uri_right": "string",
"sip_types": [
"PHONE_BOOK_SIP_TYPE_OUTBOUND"
]
}
}'
{}