GET v1/NetEarned?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.NetEarnedName | Description | Type | Additional information |
---|---|---|---|
range | string |
None. |
|
netRevenue | decimal number |
None. |
|
startDate | date |
None. |
|
endDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "range": "sample string 1", "netRevenue": 1.0, "startDate": "2025-05-21T08:52:47.7789452+00:00", "endDate": "2025-05-21T08:52:47.7789452+00:00" }, { "range": "sample string 1", "netRevenue": 1.0, "startDate": "2025-05-21T08:52:47.7789452+00:00", "endDate": "2025-05-21T08:52:47.7789452+00:00" } ]