PATCH
/
api
/
integrations
/
pdfs
/
{heron_id}
/
processed

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

heron_id
string
required

heron_id of the pdf

Body

application/json
index
integer
required

The index of the statement in the pdf to patch

transactions
object[]
required

The full list of transactions that will be used to override the extracted transactions for the specified statement

exclude
boolean

True if the statement should be excluded from processing

summary
object

Response

200 - application/json
ok
boolean