cURL
curl --request POST \ --url https://api.voxo.co/v2/admin/number-porting/order-add-document \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form orderId=123 \ --form 'documents=<unknown>'
{ "results": [ { "filename": "<string>", "documentId": "<string>", "status": "<string>", "message": "<string>" } ] }
Add a document to an existing port-in order
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Port order ID
Document files (PDF, Word, JPEG, PNG). Max 10 files, 10MB each.
Document upload results
Upload results
Show child attributes
Was this page helpful?
Contact support