Skip to main content
PATCH
/
api
/
v1
/
income-docs
/
:id
Update Income Document
curl --request PATCH \
  --url https://api.example.com/api/v1/income-docs/:id

Path Parameters

id
integer
required
The document ID.

Request Body

Same fields as Create Income Document, all optional. Note: doc_type and tax_year cannot be changed after creation.

Response

Returns the updated document object.