credit notes
Creates a new credit note that doesn't fully cover the total amount of the associated invoice.
post/companies/{companySlug}/creditNotes/partial
Request body
Example request
{
"currency": "NOK",
"issueDate": "2018-04-03",
"invoiceId": 2888156,
"contactId": 3588152,
"contactPersonId": 3588152,
"creditNoteText": "Invoice for services rendered during the Oslo Knitting Festival.",
"lines": [
{
"incomeAccount": "3000",
"vatType": "HIGH",
"unitPrice": 4550,
"quantity": 5,
"discount": 25,
"productId": 2888156,
"description": "Goatskin, with extra-long suede cuffs",
"comment": "One size fits all"
}
],
"roundingType": "none"
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.