DocCloud API

<back to all web services

ListCashBankReportQuery

Requires Authentication
The following routes are available for this service:
GET/cashbank/reportList cash bank reports
ListCashBankReportQuery Parameters:
NameParameterData TypeRequiredDescription
NumberquerystringNo
OpenDateFromqueryDateTimeNo
OpenDateToqueryDateTimeNo
PreviousStateFromquerydecimalNo
PreviousStateToquerydecimalNo
SalesFromquerydecimalNo
SalesToquerydecimalNo
IncomesFromquerydecimalNo
IncomesToquerydecimalNo
OutgoingsFromquerydecimalNo
OutgoingsToquerydecimalNo
FinalAmountFromquerydecimalNo
FinalAmountToquerydecimalNo
CurrencyquerystringNo
CloseDateFromqueryDateTimeNo
CloseDateToqueryDateTimeNo
PaginatedOrderedRequestBase Parameters:
NameParameterData TypeRequiredDescription
OrderByformstringNo
SortTypeformstringNo
PagesformintNo
AmountformintNo
BaseResponse<T> Parameters:
NameParameterData TypeRequiredDescription
MultipleResultformIList<T>No
TotalformintNo
OffsetformintNo
BaseSingleResponse<T> Parameters:
NameParameterData TypeRequiredDescription
ResultformTNo
CashBankReportDto Parameters:
NameParameterData TypeRequiredDescription
CashBankAccountIdformuintNo
CashBankAccountRegisterformstringNo
NumberSchemaIdformuintNo
NumberformstringNo
IsClosedformboolNo
OpenDateformDateTimeNo
CloseDateformDateTimeNo
PreviousStateformdecimalNo
IncomesformdecimalNo
OutgoingsformdecimalNo
FinalAmountformdecimalNo
SalesformdecimalNo
CurrencyformstringNo
CurrencyIdformuintNo
BaseKeyDto Parameters:
NameParameterData TypeRequiredDescription
CreatedByIdformuintNo
ModifiedByIdformuintNo
CreatedDateformDateTimeNo
ModifiedDateformDateTimeNo
IdformuintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /cashbank/report HTTP/1.1 
Host: api.chmuradokumentow.pl 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"total":0,"offset":0,"result":{"cashBankAccountId":0,"cashBankAccountRegister":"String","numberSchemaId":0,"number":"String","isClosed":false,"openDate":"0001-01-01T00:00:00.0000000Z","closeDate":"0001-01-01T00:00:00.0000000Z","previousState":0,"incomes":0,"outgoings":0,"finalAmount":0,"sales":0,"currency":"String","currencyId":0,"createdById":0,"modifiedById":0,"createdDate":"0001-01-01T00:00:00.0000000Z","modifiedDate":"0001-01-01T00:00:00.0000000Z","id":0}}