# List Invoice by Number >Also available as HTTP POST with the same endpoint Get List Invoices By Number Required Group Role: "Orders" - "View" Endpoint: GET /Invoice/GetByListNumber Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `Outlet` (string) the outlet name where the invoice has been made - `Number` (string) invoice number - `Customer` (string) customer name - `Date` (string) sell date - `EventDate` (string) - `Due` (string) due date of the invoice - `Amount` (integer) invoice transaction total amount - `Payment` (string) payment state of the invoice - `Fulfillment` (string) delivery status of the invoice Enum: "Sent", "Unsent", "Partial", "Returned" - `Created` (string) sell date created by system ## Response 400 fields (application/json): - `Message` (string) Error message ## Response 500 fields (application/json): - `Message` (string) Error message - `StackTrace` (string) Error stack trace of the exception