Create Advanced Order
Creates an advanced number order from the requested order configuration. The response contains the resulting advanced order and its initial state.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Required string length:
2Maximum string length:
255Required range:
1 <= x <= 10000Maximum string length:
3Available options:
local, mobile, toll_free, shared_cost, national, landline Available options:
sms, mms, voice, fax, emergency The ID of the requirement group to associate with this advanced order
Example:
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Response
An Advanced Order Response
Required string length:
2Maximum string length:
255Required range:
1 <= x <= 10000Maximum string length:
3Available options:
local, mobile, toll_free, shared_cost, national, landline Available options:
sms, mms, voice, fax, emergency Available options:
pending, processing, ordered The ID of the requirement group associated with this advanced order
Example:
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
JavaScript