Skip to main content
Solved

How I can create Customer using API

  • April 29, 2024
  • 9 replies
  • 260 views

Can anyone guide me on how I can create customer using postman api endpoint. I am new to acumatica. 

Best answer by convertable

This has already been resolved, the customer record has already been created but I was looking on a different customer record. Thank you!

View original
Did this topic help you find an answer to your question?

9 replies

Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+13

  • Author
  • Freshman II
  • 6 replies
  • May 1, 2024

Is this essential to deploy acumatica ERP Instance.

 

 


Nilkanth Dipak
Semi-Pro I
Forum|alt.badge.img+10

Hi @convertable,

Yes, you must need to have a instance or else create a new instance of Acumatica.

To create customer you need to specify the instance name in the API request.

e.g.

PUT / HTTP/1.1
Host: [<Acumatica ERP instance URL>]/entity/Default/23.200.001/Customer
Accept: application/json
Content-Type: application/json

{
    "CustomerID": {"value": "Cust01"},
    "CustomerName": {"value": "Customer 01"},
    "CustomerClass": {"value": "DEFAULT"}
}

 


  • Author
  • Freshman II
  • 6 replies
  • May 1, 2024

Can you guide me regarding “How to deploy acumatica instance.”


Nilkanth Dipak
Semi-Pro I
Forum|alt.badge.img+10

@convertable,

You need to download the Acumatica installer from the This link.

Then you need to perform the steps provided in the below link to create a new Acumatica instance.

https://help.acumatica.com/(W(323))/Wiki/ShowWiki.aspx?pageid=b18ad378-0a8c-44f1-a14c-6b4f9c6271e4

 

Please let me know , if you need any help.


  • Author
  • Freshman II
  • 6 replies
  • May 1, 2024

And one more thing if you can clear this? Can we create customers using api endpoint in zapier, Apify etc. Thanks. 


  • Author
  • Freshman II
  • 6 replies
  • May 2, 2024

Hi, I got everything and api was also working, as you can see. But Instead of creating customer it is fetching the customers list.

 


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • 2771 replies
  • June 5, 2024

Hi @convertable were you able to find a solution? Thank you!


  • Author
  • Freshman II
  • 6 replies
  • Answer
  • November 6, 2024

This has already been resolved, the customer record has already been created but I was looking on a different customer record. Thank you!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings