Skip to main content

Create a list of additional documents

POST 
/porting_orders/:id/additional_documents

Creates a list of additional documents for a porting order.

Request

Path Parameters

    id uuidrequired

    Porting Order id

Body

required

A list of additional document parameters

    additional_documents

    object[]

    Possible values: <= 100

  • Array [

  • document_type string

    Possible values: [loa, invoice, csr, other]

    The type of document being created.

    document_id uuid

    The document identification

  • ]

Responses

201: Successful response

401: Unauthorized

404: Resource not found

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

Loading...