credit notes
Creates a credit note draft. This draft corresponds to a draft for an "uavhengig kreditnota" in Fiken.
post/companies/{companySlug}/creditNotes/drafts
Request body
Example request
{
"type": "invoice",
"uuid": "123e4567-e89b-12d3-a456-426655440000",
"issueDate": "2018-04-03",
"daysUntilDueDate": 15,
"lines": [
{
"invoiceishDraftLineId": 2888156,
"lastModifiedDate": "2018-04-03",
"description": "Goatskin, with extra-long suede cuffs",
"unitPrice": 4550,
"quantity": 5,
"discount": 25,
"comment": "One size fits all",
"incomeAccount": "3000"
}
],
"currency": "NOK",
"bankAccountNumber": "11112233334",
"paymentAccount": "1920:10001",
"customerId": 7340852,
"contactPersonId": 8588156,
"projectId": 75408386,
"roundingType": "none",
"startDate": "2018-04-03",
"endDate": "2019-04-03",
"frequency": {
"interval": 1,
"intervalUnit": "MONTH"
}
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.