GET v1/NetCollections?currency={currency}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currency | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of Common.Dto.Get.NetCash| Name | Description | Type | Additional information |
|---|---|---|---|
| range | string |
None. |
|
| netCollected | decimal number |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"range": "sample string 1",
"netCollected": 1.0,
"startDate": "2025-11-03T19:44:36.0068751+00:00",
"endDate": "2025-11-03T19:44:36.0068751+00:00"
},
{
"range": "sample string 1",
"netCollected": 1.0,
"startDate": "2025-11-03T19:44:36.0068751+00:00",
"endDate": "2025-11-03T19:44:36.0068751+00:00"
}
]