GET v1/Companies({CompanyId})/ByProductByCustomerByInvoice?filter={filter}
Returns Completed orders for a Company by Date Range Broken up by Products and by Customer
Information:
Base URL:
https://api.covasoft.net/posreports
Example of a call would be:
https://api.covasoft.net/posreports/v1/Companies({CompanyId})/ByProductByCustomerByInvoice?DateRange=Date ge datetime'2018-10-03T06:00:00.0000000Z' and Date le datetime'2018-11-03T06:00:00.0000000Z'
Odata Filters
Required: DateRange=Date ge datetime'{UTCdatetime}' and Date le datetime'{UTCdatetime}'
Normal Odata pagings with $top & $skip
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CompanyId |
The unique Company Id that was provided in your onboarding pacakage. |
integer |
Required |
filter |
The Odata filter applied to this call, see Odata filter section above |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Completed orders for a Company by Date Range Broken up by Products and by Customer
Collection of InvoicePollingByDataRangeforCustomerByProductReturnName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | integer |
None. |
|
LocationId | integer |
None. |
|
InvoiceId | globally unique identifier |
None. |
|
CustomerName | string |
None. |
|
MobileNumber | integer |
None. |
|
BillingCity | string |
None. |
|
BillingState | string |
None. |
|
BillingZip | string |
None. |
|
BillingCountry | string |
None. |
|
BillingStreetAddress | string |
None. |
|
Sku | string |
None. |
|
ProductName | string |
None. |
|
ItemsSold | decimal number |
None. |
|
CategoryName | string |
None. |
|
SoldAtPrice | decimal number |
None. |
|
InvoiceDateTimeUtc | date |
None. |
Response Formats
application/json, text/json
[ { "Id": "a5729dca-96ad-49dd-8ba1-24b449d93ffe", "CompanyId": 2, "LocationId": 3, "InvoiceId": "10ec69f9-5ab8-4600-b080-7bebaf9e9bf9", "CustomerName": "sample string 5", "MobileNumber": 1, "BillingCity": "sample string 6", "BillingState": "sample string 7", "BillingZip": "sample string 8", "BillingCountry": "sample string 9", "BillingStreetAddress": "sample string 10", "Sku": "sample string 11", "ProductName": "sample string 12", "ItemsSold": 13.1, "CategoryName": "sample string 14", "SoldAtPrice": 15.1, "InvoiceDateTimeUtc": "2024-11-07T08:49:14.8135563+00:00" }, { "Id": "a5729dca-96ad-49dd-8ba1-24b449d93ffe", "CompanyId": 2, "LocationId": 3, "InvoiceId": "10ec69f9-5ab8-4600-b080-7bebaf9e9bf9", "CustomerName": "sample string 5", "MobileNumber": 1, "BillingCity": "sample string 6", "BillingState": "sample string 7", "BillingZip": "sample string 8", "BillingCountry": "sample string 9", "BillingStreetAddress": "sample string 10", "Sku": "sample string 11", "ProductName": "sample string 12", "ItemsSold": 13.1, "CategoryName": "sample string 14", "SoldAtPrice": 15.1, "InvoiceDateTimeUtc": "2024-11-07T08:49:14.8135563+00:00" } ]