post https://api.bokio.se/v1/companies//invoices//credit
Creates a draft credit note for the specified invoice and returns the created credit note draft.
- Use
PUT /credit-notes/{id}
in case the invoice should be partially credited, e.g 3 out of a quantity of 4 for a line item. - Use
POST /credit-notes/{id}/publish
to publish the created credit note.
Scope: invoices:write