API ReferenceRoadmap
improved

23.0.48

Sales Order API

The Created At field will now be filled with the current date for new sales orders, and with the earliest logged date from the protocol for existing orders.

### List sales orders
# @name salesOrder.list
GET {{base_url}}/salesOrders?page[number]=1&page[size]=10
Accept: application/vnd.xentral.default.v1-beta+json
Authorization: Bearer {{auth_token}}

### Response
...
      "log": {
        "createdAt": "2022-02-23 11:09:50",
        "createdBy": {
          "id": "1",
          "name": "Administrator"
        }
      }
    }