Create a draft port-in order
POST {{baseUrl}}/porting/portInOrders
Allows you to create a porting order in a pending state without documents. These documents must be uploaded for this porting order to be processed successfully.
All porting orders are created in a pending state and will be automatically cancelled after 30 days.
Request Body
{"currentProviderName"=>"BT", "phoneNumbers"=>["+44XXXXXXXXXX", "+44YYYYYYYYYY"], "preferredPortInDate"=>"2022-10-29", "customerReference"=>"LoremIpsum", "numbersOwner"=>{"numberUsageType"=>"BUSINESS", "title"=>"COMPANY", "companyName"=>"TEST", "companyVatNumber"=>"TEST1234", "streetIdentifier"=>"X", "streetName"=>"Road YYY", "city"=>"Brussels", "postalCode"=>"ZZZZ", "countryCodeA3"=>"BEL"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
apiKey | string | Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help. |