# Get Sales Order By List Number Retrieve sales orders by a list of numbers. Requires the "View" role in the "Orders" module. Endpoint: POST /api/v3/SalesOrder/GetByListNumber Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `ID` (string) Sales Order ID - `Outlet` (string) Outlet name - `Date` (string) Sales order date - `Number` (string) Sales order number - `ReferenceNumber` (string) Reference number of the sales order - `InvoicedState` (string) status progress of the sales order - `DeliveryState` (string) delivery status progres of the sales order Enum: "Sent", "Unsent", "Partial" - `PaymentState` (string) payment status progress of the sales order - `Bin` (boolean) Recycle bin status of the sales order ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `StackTrace` (string)