$select Parameter

When you retrieve records from MYOB Acumatica by using the contract-based REST API, you use the $select parameter to specify the fields of the entity to be returned from MYOB Acumatica. By default, all fields of the entity are returned.

You use OData URI conventions to specify the value of the $select parameter.

Example

To obtain only the order types and order numbers of sales orders, you use the following parameter string: $select=OrderType,OrderNbr.