Example: Get a Single Order
Use the CAM REST API to get a single order.
http://{your-server}/cam/api/v1/purchases/orders/{order-id}
To get the ID for an order, first use this request:
http://{your-server}/cam/api/v1/purchases/orders
Shape the Order Data
Add fields to your request to limit the data returned for each item in the list.
For example, use the following request to limit the data returned to the fields specified:
http://{your-server}/cam/api/v1/purchases/orders?fields=date, orderNumber, description, vendorName