Upload hosted number document
Uploads a supporting document to the specified hosted-messaging order.
Path parameters
Identifies the type of resource.
Response
Successful response with details about a messaging hosted number order.
Example response
{
"data": {
"id": "86f58db9-0fe3-4adc-9d1f-46e66e6e9323",
"messaging_profile_id": "dc8f39ac-953d-4520-b93b-786ae87db0da",
"phone_numbers": [
{
"id": "bf6307bd-884d-4c1f-b6ea-c62b8c495d3c",
"phone_number": "+18665550001",
"record_type": "messaging_hosted_number",
"status": "pending"
},
{
"id": "464bd54e-a328-4b11-a131-28e6793cb6f2",
"phone_number": "+18665550002",
"record_type": "messaging_hosted_number",
"status": "pending"
}
],
"record_type": "messaging_hosted_number_order",
"status": "pending"
}
}Changes
Changed in 2 of the 61 revisions of this API.7
- ▲
the response's body type changed from
objectto no type for statusresponse-body-type-changed
- ▲
the
/response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type changed from no type to
objectfor statusresponse-body-type-changed
- ▲
the
/response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ▲
the
///response's property format changed fromjson-pointerto no format for statusresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲