Skip to main content
Solved

Using REST API to create SO with Payment in one PUT request


I have a service that is creating Acumatica SO’s via REST calls, and now I need to also create Payments to apply to each SO as it comes in. Is it possible to create an SO with a payment in one PUT request for the sake of simplicity and rate limiting issues? I saw some conflicting information in this thread where a user says:

https://stackoverflow.com/questions/57093218/unable-to-create-payment-for-order-using-rest-api

 

But when I tried this, the response from the server is:

 

{'message': 'An error has occurred.', 'exceptionMessage': "'OrigDocAmt' cannot be empty.\nOrigDocAmt: 'OrigDocAmt' cannot be empty.", 'exceptionType': 'PX.Api.ContractBased.OutcomeEntityHasErrorsException', 'stackTrace': '  …
 

Any help is appreciated!

Best answer by dcomerford

I believe you can do it but never done it but see help file below 

https://help.acumatica.com/(W(324))/Wiki/ShowWiki.aspx?pageid=e7d7b4a4-4609-4a68-ac74-5ab9006d80c5

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

6 replies

dcomerford
Captain II
Forum|alt.badge.img+15
  • Captain II
  • 646 replies
  • Answer
  • January 26, 2024

I believe you can do it but never done it but see help file below 

https://help.acumatica.com/(W(324))/Wiki/ShowWiki.aspx?pageid=e7d7b4a4-4609-4a68-ac74-5ab9006d80c5


jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • 702 replies
  • January 29, 2024

Hi @pmblake ,

I've attached the sample JSON request for creating an order with payment.


  • Author
  • Freshman II
  • 6 replies
  • January 29, 2024
dcomerford wrote:

I believe you can do it but never done it but see help file below 

https://help.acumatica.com/(W(324))/Wiki/ShowWiki.aspx?pageid=e7d7b4a4-4609-4a68-ac74-5ab9006d80c5

This worked, thanks!


  • Author
  • Freshman II
  • 6 replies
  • February 9, 2024
jinin wrote:

Hi @pmblake ,

I've attached the sample JSON request for creating an order with payment.

Hi @jinin ,

I’ve been creating sales orders with payments thanks to your sample JSON, but now I’m running into an issue where the Payment’s “Branch” field under Financial->Link to GL is not coming in as the same value as the SO that it’s attached to. Any idea how to control this value via the same POST request? I tried adding a “Branch” to the Payments JSON but it didn’t work.

 

 


jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • 702 replies
  • February 12, 2024

Hi @pmblake ,

Could you please incorporate the branch header into the request?

Example:
PX-CbApiBranch : NORTHSERVC 

 

 


  • Author
  • Freshman II
  • 6 replies
  • February 12, 2024
jinin wrote:

Hi @pmblake ,

Could you please incorporate the branch header into the request?

Example:
PX-CbApiBranch : NORTHSERVC 

 

 

Ah, I was using the “UserBranch” header for some reason. PX-CbApiBranch worked! Thanks again @jinin 


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