Skip to main content

Hi Team,

 

I was tried to POST the invoice details (JSON Format) using the postman. while send the data I'm facing the below error. (Cloud IFS)

 

If you could share the any idea/solutions to resolve the issue that highly appreciated.

 

Thanks in advance.

 

The JSON data:

 

{

    "ReceiveEinvoice": {

        "InvoiceTypeCode": "INV01",

        "InvoiceIdentity": "001",

        "InvoiceDate": "2019-10-01T01:01:01Z",

        "TotalNetAmount": 100,

        "InvoiceTotalTaxAmount": 0,

        "InvoiceGrossAmount": 100,

        "InvoiceCurrencyCode": "EUR"

            }

}

 

Error Message :

 

{

    "error": {

        "code": "DATABASE_ERROR",

        "message": "Database error occurred. Contact administrator.",

        "details": <

            {

                "code": 6531,

                "message": "ORA-06531: Reference to uninitialized collection"

            }

        ]

    }

}

Be the first to reply!

Reply