List sales orders
documentedRetrieve all sales orders.
GET /v2.0/{environment}/api/v2.0/salesOrdersBusiness Centralno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.businesscentral.dynamics.com/v2.0/{{$tenant_id}}/{{$environment_name}}/api/v2.0/companies({{$company_id}})/salesOrders" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "OData-MaxVersion: 4.0" \
-H "OData-Version: 4.0"