v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Number Portout

Create a list of supporting documents on a portout request

Creates a list of supporting documents on a portout request.

post/portouts/{id}/supporting_documents

Path parameters

idstring uuid required

Portout id

Request body

Example request

{
  "documents": [
    {
      "document_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
      "type": "loa"
    }
  ]
}

Response

Portout Supporting Documents

Example response

{
  "data": [
    {
      "created_at": "2018-02-02T22:25:27.521Z",
      "document_id": "f1c5e079-9d82-4f50-95bc-ae2f6b8d84d7",
      "id": "5a16902a-2ee9-4882-a247-420fc6627b62",
      "portout_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
      "record_type": "supporting_document",
      "type": "loa",
      "updated_at": "2018-02-02T22:25:27.521Z"
    }
  ]
}