v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Porting Orders

Create a list of additional documents

Creates a list of additional documents for a porting order.

post/porting_orders/{id}/additional_documents

Path parameters

idstring uuid required

Porting Order id

Request body

Example request

{
  "additional_documents": [
    {
      "document_id": "22771a52-c43a-4539-80db-9dd9ec36e237",
      "document_type": "loa"
    },
    {
      "document_id": "d91474e6-4ebc-4ec1-b379-c596eeb405d6",
      "document_type": "invoice"
    }
  ]
}

Response

Successful response

Example response

{
  "data": [
    {
      "created_at": "2023-06-01T10:00:00.00000Z",
      "document_id": "40bc547a-7f96-4cd5-926a-da4842671e88",
      "document_type": "loa",
      "id": "2acd1061-33cb-49b8-8014-beb6dc3fedbf",
      "porting_order_id": "9d7b3b8e-4e67-4837-9c44-d110cd2c82a1",
      "record_type": "porting_additional_document",
      "updated_at": "2023-06-01T10:00:00.00000Z"
    }
  ]
}