# List Invoice Multiple Outlet With Total Count Get invoices across multiple outlets with total count and filters. Endpoint: POST /api/v3/Invoice/MultipleOutlet/WithTotalCount Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `Data` (array) - `Data.Outlet` (string) Name of the outlet - `Data.Number` (string) Number of the invoice - `Data.Customer` (string) Name of the customer - `Data.Date` (string) Invoice Transaction Date - `Data.Due` (string) Due date of the invoice transaction - `Data.Amount` (number) Total amount of the invoice transaction - `Data.Payment` (string) payment status / progress of the invoice - `Data.Fulfillment` (string) delivery status / progres of the invoice Enum: "Sent", "Unsent", "Partial" - `Data.Created` (string) Invoice created Transaction Date by system - `Data.Tag` (string) Channel Tagging system. (ex:Offline / Whatsapp / Shopee / Tokopedia) used in marketplace.dealpos.app. Backwards Compatibility with property request "SalesOrderType" - `TotalCount` (integer) Total count of the result ## Response 500 fields (application/json): - `Message` (string) Error message - `StackTrace` (string) Error stack trace of the exception