cURL
curl --request POST \ --url https://api.voxo.co/v2/admin/number-porting/order-add-note \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "orderId": 123, "orderNote": "<string>" } '
{ "success": true }
Add a note to an existing port-in order
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Order ID
Order note
1
Note added
Whether the note was added successfully
Was this page helpful?
Contact support