{
"error_code": 1,
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"phone_number": "string",
"twilio_caller_sid": "string",
"type": 1,
"revision": 1,
"enabled": false
}
curl --location --request POST '/entities/Phones' \
--header 'Content-Type: application / json' \
--data-raw '{
"error_code": 1,
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"phone_number": "string",
"twilio_caller_sid": "string",
"type": 1,
"revision": 1,
"enabled": false
}'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"owner": "http://example.com",
"error_code": 1,
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"phone_number": "string",
"twilio_caller_sid": "string",
"type": 1,
"revision": 1,
"message_forwarding_email": "string",
"call_forwarding_phone": "string",
"enabled": false
}
}