GET api/reports/resume?dateFrom={dateFrom}&dateTo={dateTo}¤cyCode={currencyCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dateFrom | date |
Required |
|
dateTo | date |
Required |
|
currencyCode | CurrencyCodeEnum |
Required |
Body Parameters
None.
Response Information
Resource Description
ReportResumeDataName | Description | Type | Additional information |
---|---|---|---|
GlobalItems | Collection of ReportResumeGlobalItemData |
None. |
Response Formats
application/json, text/json
Sample:
{ "GlobalItems": [ { "Date": "2025-08-02T19:21:54.8551697+00:00", "SaleAmount": 1.0, "SaleDiscount": 1.0, "SaleReturnAmount": 1.0, "SaleReturnDiscount": 1.0, "SaleEstimateAmount": 1.0, "SaleInputCash": 1.0, "SaleInputBankCheck": 1.0, "SaleInputCheckingAccount": 1.0, "SaleInputDebitCard": 1.0, "SaleInputCreditCard": 1.0, "CheckingAccountPayments": 1.0, "StockValuationAtCostARG": 1.0, "StockValuationAtCostUSD": 1.0 }, { "Date": "2025-08-02T19:21:54.8551697+00:00", "SaleAmount": 1.0, "SaleDiscount": 1.0, "SaleReturnAmount": 1.0, "SaleReturnDiscount": 1.0, "SaleEstimateAmount": 1.0, "SaleInputCash": 1.0, "SaleInputBankCheck": 1.0, "SaleInputCheckingAccount": 1.0, "SaleInputDebitCard": 1.0, "SaleInputCreditCard": 1.0, "CheckingAccountPayments": 1.0, "StockValuationAtCostARG": 1.0, "StockValuationAtCostUSD": 1.0 } ] }
text/xml
Sample:
<ReportResumeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <GlobalItems> <ReportResumeGlobalItemData> <CheckingAccountPayments>1</CheckingAccountPayments> <Date>2025-08-02T19:21:54.8551697+00:00</Date> <SaleAmount>1</SaleAmount> <SaleDiscount>1</SaleDiscount> <SaleEstimateAmount>1</SaleEstimateAmount> <SaleInputBankCheck>1</SaleInputBankCheck> <SaleInputCash>1</SaleInputCash> <SaleInputCheckingAccount>1</SaleInputCheckingAccount> <SaleInputCreditCard>1</SaleInputCreditCard> <SaleInputDebitCard>1</SaleInputDebitCard> <SaleReturnAmount>1</SaleReturnAmount> <SaleReturnDiscount>1</SaleReturnDiscount> <StockValuationAtCostARG>1</StockValuationAtCostARG> <StockValuationAtCostUSD>1</StockValuationAtCostUSD> </ReportResumeGlobalItemData> <ReportResumeGlobalItemData> <CheckingAccountPayments>1</CheckingAccountPayments> <Date>2025-08-02T19:21:54.8551697+00:00</Date> <SaleAmount>1</SaleAmount> <SaleDiscount>1</SaleDiscount> <SaleEstimateAmount>1</SaleEstimateAmount> <SaleInputBankCheck>1</SaleInputBankCheck> <SaleInputCash>1</SaleInputCash> <SaleInputCheckingAccount>1</SaleInputCheckingAccount> <SaleInputCreditCard>1</SaleInputCreditCard> <SaleInputDebitCard>1</SaleInputDebitCard> <SaleReturnAmount>1</SaleReturnAmount> <SaleReturnDiscount>1</SaleReturnDiscount> <StockValuationAtCostARG>1</StockValuationAtCostARG> <StockValuationAtCostUSD>1</StockValuationAtCostUSD> </ReportResumeGlobalItemData> </GlobalItems> </ReportResumeData>