Skip to main content
Solved

How to Get and Create SalesOrder Relationship REST API

  • February 26, 2024
  • 2 replies
  • 367 views

Forum|alt.badge.img

Hi,

I wasn’t able to get and add relationship in sales order. This is what I’m seeing on web Service history

 

Best answer by RohitRattan88

@jayson 

This message related to using key fields in the call in order to access this detail entity.(You should not do a generic GET with filters or $top etc)

Ref: Retrieve a Record by Key Fields

Linked article has an example on how to access a SO using “key” fields as follows:

http://localhost/AcumaticaDB/entity/Default/23.200.001/SalesOrder/SO/000123
 

2 replies

RohitRattan88
Acumatica Moderator
Forum|alt.badge.img+4
  • Acumatica Moderator
  • Answer
  • February 26, 2024

@jayson 

This message related to using key fields in the call in order to access this detail entity.(You should not do a generic GET with filters or $top etc)

Ref: Retrieve a Record by Key Fields

Linked article has an example on how to access a SO using “key” fields as follows:

http://localhost/AcumaticaDB/entity/Default/23.200.001/SalesOrder/SO/000123
 


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • March 1, 2024

@jayson

This message related to using key fields in the call in order to access this detail entity.(You should not do a generic GET with filters or $top etc)

Ref: Retrieve a Record by Key Fields

Linked article has an example on how to access a SO using “key” fields as follows:

http://localhost/AcumaticaDB/entity/Default/23.200.001/SalesOrder/SO/000123
 

Thank you!