Skip to Main Content

Developer Community

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error creating Fusion AR invoice using rest - java.lang.NullPointerException

HI All,

I am facing an error creating AR Invoice using Rest API.

Rest API being used - /fscmRestApi/resources/11.13.18.05/receivablesInvoices

Payload -

{

"TransactionDate": "2025-02-11",

"TransactionType": "ORA\_OSS\_Invoice",

"TransactionSource": "Manual",

"BillToCustomerNumber": "301278",

"BillToSite": "44800",

"PaymentTerms": "IMMEDIATE",

"LegalEntityIdentifier": "1095247",

"ShipToCustomerName": "2nd Floor Shopping Mall Clients",

"ShipToCustomerNumber": "79932",

//"BillToPartyId": 300000039864556,

"BusinessUnit": "Workers Village Real Estate LLC",

"InvoiceStatus": "Complete",

"AccountingDate": "2025-02-11",

"ShipToSite": "71962",

"PayingCustomerName": "2nd Floor Shopping Mall Clients",

"PayingCustomerSite": "44800",

"RemitToAddress": "P.O.Box.110275, Mussafah M24, Plot # 13, Workers Village, Office 305",

"DefaultTaxationCountry": "AE",

//"EnteredAmount":200,

"BillToCustomerName": "2nd Floor Shopping Mall Clients"

}

The values entered are taken from another invoice created in fusion having status as "Incomplete"

Comments

Post Details

Added on Feb 11 2025
0 comments
72 views