Skip to main content
POST
Attach a PDF to an existing invoice by URL — Stuut GETs the PDF from

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

remote_id
string
required

Body

application/json

PDF attachment for an invoice — Boomi sends a downloadable URL.

pdf_url
string
required

URL Stuut should GET to download the invoice PDF

filename
string | null

Optional file name; defaults to <remote_id>.pdf

mime_type
string | null

Optional MIME type; defaults to application/pdf

Response

Successful Response

remote_id
string
required
success
boolean
required
stuut_id
string | null
required
error_code
string | null
required
message
string | null
required