curl --location --request POST '/porting/loa_configurations' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"city": "Austin",
"country_code": "US",
"extended_address": "14th Floor",
"state": "TX",
"street_address": "600 Congress Avenue",
"zip_code": "78701"
},
"company_name": "Telnyx",
"contact": {
"email": "testing@telnyx.com",
"phone_number": "+12003270001"
},
"logo": {
"document_id": "b792e8ae-2cb4-4209-85b9-32be4c2fcdd6"
},
"name": "My LOA Configuration"
}'
{
"data": {
"address": {
"city": "Austin",
"country_code": "US",
"extended_address": "14th Floor",
"state": "TX",
"street_address": "600 Congress Avenue",
"zip_code": "78701"
},
"company_name": "Telnyx",
"contact": {
"email": "testing@telnyx.com",
"phone_number": "+12003270001"
},
"created_at": "2021-03-19T10:07:15.527000Z",
"id": "eef3340b-8903-4466-b445-89b697315a3a",
"logo": {
"content_type": "image/png",
"document_id": "f1486bae-f067-460c-ad43-73a92848f902"
},
"name": "My LOA Configuration",
"organization_id": "f1486bae-f067-460c-ad43-73a92848f902",
"record_type": "porting_loa_configuration",
"updated_at": "2021-03-19T10:07:15.527000Z"
}
}
Authorization: Bearer ********************