Skip to main content
Answer

how to update acumatica order's delivery status, timestamp, signature image (URL or attachment) and optional delivery notes/photos using restapi?

  • August 20, 2025
  • 3 replies
  • 64 views

iammor11
Freshman I

Can someone know how to update acumatica order's delivery status, timestamp, signature image (URL or attachment) and optional delivery notes/photos using restapi?

Thanks in Advance
 

Best answer by Django

This blog post shows how to add files to a Top Level entity, like a Sales Order:

https://asiablog.acumatica.com/index.php/2018/01/attach-files-with-rest-api/

Any fields that are custom fields will need to be added to the Web Endpoints for Sales Orders and then you can make normal REST API calls to update those fields.

3 replies

darylbowman
Captain II
Forum|alt.badge.img+15

You may find this helpful. 


iammor11
Freshman I
  • Author
  • Freshman I
  • August 20, 2025

Thank you for the reply, there is no api related to updating orders (delivery status, timestamp, signature image (URL or attachment), optional delivery notes/photos, etc.)

if you know any other way to do this, please let me know.

Grace you


Forum|alt.badge.img+7
  • Captain II
  • Answer
  • August 20, 2025

This blog post shows how to add files to a Top Level entity, like a Sales Order:

https://asiablog.acumatica.com/index.php/2018/01/attach-files-with-rest-api/

Any fields that are custom fields will need to be added to the Web Endpoints for Sales Orders and then you can make normal REST API calls to update those fields.