- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
"InvoiceAddress"/Billing address missing for CustomerCreditWriteOff via API
Endpoint `controller/api/v1/customerCreditNoteWriteOff` indicates this is available, but is not returned. In Financials UI this Address exists for all types under "Invoices and Memos", but the API does not return it for specifically Credit WOs.
Hi! A credit write-off is an internal document used to write-off a credit note. It can only exist when applied to a credit note and cannot be printed as a document. Therefore from an API request you will not receive an address in the response. In UI it is only there because it is opened from the invoice screen with standard layout.
In the endpoint documentation the expandInvoiceAddress is there because this is part of the standard customerdocument, just like there is dunningLetterDateTime for example. These fields serve no purpose for this type of document.
Can you elaborate why you would need an address from this documenttype?
