Skip to main content

Create a list of supporting documents on a portout request

POST 
/portouts/:id/supporting_documents

Creates a list of supporting documents on a portout request.

Request

Path Parameters

    id uuidrequired

    Portout id

Body

required

    documents

    object[]

    Possible values: >= 1, <= 10

    List of supporting documents parameters

  • Array [

  • type stringrequired

    Possible values: [loa, invoice]

    Identifies the type of the document

    document_id uuidrequired

    Identifies the associated document

  • ]

Responses

201: Portout Supporting Documents

401: Unauthorized

404: Resource not found

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

Loading...