API - Create A Credit Note -

API - Create A Credit Note -

Hello,

I'm calling the following: https://www.zoho.com/subscriptions/api/v1/credit-notes/#create-a-credit-note but I receive the following error:  { code: 12020, message: 'Item name or description is mandatory' }

Here is my call
  1.  const data = {
          customer_id: '2497000000240373',
          date: '2023-05-18',
          creditnote_number: 'CN-00008',
          ignore_auto_number_generation: false,
          line_items: [
            {
              description: 'prorated amount for items',
              code: 'au_currency',
              quantity: 1,
              price: 5
            }
          ]
        }
I can't see what I am doing wrong, 
    • Sticky Posts

    • Zoho Billing will discontinue support for older browser versions soon

      Hello users, Starting from May 15, 2024, Zoho Billing will no longer support the following browser versions: Browsers Version Restrictions Firefox Browser Versions older than 100 Google Chrome Versions older than 100 Microsoft Edge Versions older than
    • Introducing Developer Space in Zoho Subscriptions

      Hello devs! At Zoho Subscriptions, we're constantly looking for ways to empower the developer community. Our goal is to provide you with the tools you need to integrate Zoho Subscriptions with your other platforms, and we also want to make it easy to