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

Invoice Creation using REST API with SupplierID or Supplier Number in the Request Payload

Question
6
Views
0
Comments

Summary:

Hi Team,

Business is currently creating Invoices using REST API. They are using Supplier Name in the request payload. Business has multiple Suppliers in the system with the same name resulting in an error while creation of Invoice.
Can we use SupplierID or Supplier Number in the Invoice Creation Payload?

Regards,
Karthik KV

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

"BusinessUnit":"",

"SupplierSite":"",

"Supplier":"",

"InvoiceNumber":"",

"InvoiceAmount":,

"invoiceLines":[{"LineNumber":1,"LineAmount":,

"Description":"",

"DistributionCombination":""}]

}

This is the code that is being used at present

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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