API to update Invoice Receipt Method
Summary
I need to update Invoice Receipt Method using an API or FBDI. REST API is not working and thows the error ""Receipt Method: Attribute ReceiptMethod in view object InvoiceHeader cannot be set."Content
Hi!
I am looking for an API to update the Receipt Method of an Invoice.
I tried with the REST API /fscmRestApi/resources/11.13.18.05/receivablesInvoices/ using operation PATCH and using the following payload, but it cannot update the Receipt Method.
{
"ReceiptMethod": "A - Cheque Remesable"
}
The error the API is thowing is "Receipt Method: Attribute ReceiptMethod in view object InvoiceHeader cannot be set."
I tried also to update another invoice field to check if API was working fine and it worked.
Tagged:
2