- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-30-2019
05:12 PM
12-30-2019
05:12 PM
[REST] Error - invalid object type: InvoiceAdjustment
Problem:
Getting Error - invalid object type: InvoiceAdjustment when trying to perform a POST call on https://rest.apisandbox.zuora.com/v1/object/invoice-adjustment
Solution:
The object InvoiceAdjustments is deprecated. We have moved onto using the object InvoiceItemAdjustments instead.
You can use the https://www.zuora.com/developer/api-reference/#operation/Action_POSTcreate with a "type": "InvoiceItemAdjustment" to perform your invoiceItemAdjustments.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Labels: