# List Invoice Multiple Outlet Get a list of invoices across multiple outlets with filtering options. Endpoint: POST /api/v3/Invoice/MultipleOutlet Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `ID` (string) Invoice ID - `Outlet` (string) Outlet name - `Number` (string) Number of Invoice No - `Customer` (string) customer name - `Date` (string) sell date - `Due` (string) invoice due date - `Amount` (number) invoice transaction total amount - `Payment` (string) delivery state of the invoice - `Fulfillment` (string) delivery status of the sales invoice Enum: "Sent", "Unsent", "Partial" - `Created` (string) sell date created by system - `Tag` (string) Channel Tagging system. (ex:Offline / Whatsapp / Shopee / Tokopedia) used in marketplace.dealpos.app. Backwards Compatibility with property request "SalesOrderType" - `ReferenceNumber` (string) Number related to this Order ex: logistic tracking number or PurchaseOrder number ## Response 403 fields (application/json): - `Message` (string) Error message ## Response 500 fields (application/json): - `Message` (string) Error message - `StackTrace` (string) Error stack trace of the system