Skip to main content
Answer

Blanket orders: Any way to fetch child orders via API

  • October 1, 2024
  • 2 replies
  • 59 views

Forum|alt.badge.img

When viewing a Blanket Order in the Acumatica UI, a tab is displayed which lists the children of that blanket order. Is there any way to fetch this list of orders using the REST API?

Thank you.

Best answer by dcomerford

The Blanket SO Ref Nbr is populated on the Child Sales Order lines so you could use this in your API call to get all Sales Orders based on this field being populated.

2 replies

dcomerford
Captain II
Forum|alt.badge.img+15
  • Captain II
  • Answer
  • October 1, 2024

The Blanket SO Ref Nbr is populated on the Child Sales Order lines so you could use this in your API call to get all Sales Orders based on this field being populated.


hdussa
Jr Varsity I
Forum|alt.badge.img+1
  • Jr Varsity I
  • October 2, 2024

Hello @dominicfedco ,

The DEFAULT endpoint does not list Child Sales Order line details. Did you try extending the endpoint and insert the Child Sales Order details entity?