Skip to main content
Question

Endpoint to Copy Order action from QT sales order to SO Sales Order

  • September 10, 2026
  • 5 replies
  • 40 views

Forum|alt.badge.img

Hello all,

I have been trying to use the “Copy Order” action, present under QT order type - SO301000 screen via endpoint, however unable to do so:

 

This is what I’m trying:

Which is giving me 500 internal Server error. What is it that I’m missing? Would really appreciate guidance/help on this.

5 replies

Forum|alt.badge.img+8
  • Captain II
  • September 10, 2026

What does the URL look like that you’re calling?


Forum|alt.badge.img+4
  • Varsity III
  • September 11, 2026

Hi ​@Harry ,

Can you kindly share the steps you’re following in web Service endpoints and in the postman - the Parameters/body values being passed?

 

Regards,

Harshita.


Forum|alt.badge.img
  • Author
  • Semi-Pro III
  • September 11, 2026

What does the URL look like that you’re calling?

hi ​@Django ,

This is the below URL
“https://{Acumatica ERP Instance URL}/entity/{Endpoint Name}/{Endpoint Version}/”


Forum|alt.badge.img
  • Author
  • Semi-Pro III
  • September 11, 2026

Hi ​@Harry ,

Can you kindly share the steps you’re following in web Service endpoints and in the postman - the Parameters/body values being passed?

 

Regards,

Harshita.

I extended the Default endpoint. Added the CopyOrder action in the extended endpoint, validated the action, POST - login successful & then passed the parameters in the Postman as I attached in the screenshot.


Forum|alt.badge.img+3
  • Captain II
  • September 11, 2026

Hi ​@Harry 

I extended the Default endpoint and added the CopyOrderQT action under SalesOrder → Actions.

I noticed that when using PUT, I was getting the 500 Internal Server Error – Invalid URI structure.

I then tried the same request using POST, and it worked successfully and created the new SO from the QT.

So, please try using POST instead of PUT for the action.