Reports
Create Total Customers By Status
POST/v1/reports/total_customers_by_status
ModelsExpand Collapse
ReportCreateTotalCustomersByStatusResponse = object { data, meta, response_type }
ReportCreateTotalCustomersByStatusResponse = object { data, meta, response_type }
response_type: "object" or "array" or "error" or "none"
response_type: "object" or "array" or "error" or "none"
Indicates the structure of the returned content.
- "object" means the
datafield contains a single JSON object. - "array" means the
datafield contains an array of objects. - "error" means the
datafield contains an error object with details of the issue. - "none" means no data is returned.