IntakeForms

Build a PDF of visit intake forms for an order

Queues the construction of a combined PDF containing every completed VisitIntakeForm attached to the order. The response carries a temporary url from which the rendered PDF can be downloaded once the build completes.

post/shop/visit-intake-forms-for-orders/pdf

Query parameters

basket_idstring required

The basket to look up intake forms for.

site_idstring required

The site the basket belongs to.

Response

The PDF download URL was successfully generated.

urlstring required

Temporary URL from which the rendered PDF can be downloaded. The URL is signed and time-limited.

Example response

{
  "url": "https://files.trybe.app/visit-intake/..."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.