Skip to main content

Submit a draft port request

POST 
/origination/porting/draft_port_requests/:id/submit

Submits a draft port request. Once all of the sub requests belonging to a draft port request are populated with required information the draft port request can be submitted, initiating the porting process. Once successfully submitted changes can no longer be made to the draft port request. This request does not require a request body.

Request

Path Parameters

    id stringrequired

    Draft Port Request id

Responses

201: Draft port request response

401: Unauthorized

422: Unprocessable entity. Check message field in response for details.

Loading...