Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to create AR Note using REST API

Summary:

Tried to create a AR note with the REST Payload.

This giving me error.

Content (required):


Version (include the version you are using, if applicable):

Fusion Receivables

Code Snippet (add any code snippets that support your topic, if applicable):


{

"TransactionDate": "2023-06-26",

"AccountingDate": "2023-06-26",

"BillToCustomerNumber": "18007",

"BillToSite": "50002",

"BusinessUnit": "<BU NAME>",

"Comments": "Test REST invoice",

"InvoiceCurrencyCode": "USD",

"TransactionSource": "Manual",

"InternalNotes": "Best Priced item",

"TransactionType": "Other", 

"PaymentTerms":"IMMEDIATE",

"notes":[{

        "NoteTypeCode": "Maintain",

        "NoteTxt": "This is a sample note invoice created from REST Service",

        "NoteTitle": "sample.txt",

        "CurrencyCode": "USD"

}],

"receivablesInvoiceLines": [{

"Description": "restAPI",

"LineNumber": 1,

"Quantity": 10,

  "UnitSellingPrice": 20000

}]

}



Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!