GET v1/NetEarned?currency={currency}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
currency
Documentation for 'currency'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
Click to beautify!
[
  {
    "range": "sample string 1",
    "netRevenue": 1.0,
    "startDate": "2024-05-03T06:00:17.7279295+00:00",
    "endDate": "2024-05-03T06:00:17.7279295+00:00"
  },
  {
    "range": "sample string 1",
    "netRevenue": 1.0,
    "startDate": "2024-05-03T06:00:17.7279295+00:00",
    "endDate": "2024-05-03T06:00:17.7279295+00:00"
  },
  {
    "range": "sample string 1",
    "netRevenue": 1.0,
    "startDate": "2024-05-03T06:00:17.7279295+00:00",
    "endDate": "2024-05-03T06:00:17.7279295+00:00"
  }
]

application/xml, text/xml

Sample:
Click to beautify!
<ArrayOfNetEarned xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Get">
  <NetEarned>
    <EndDate>2024-05-03T06:00:17.7279295+00:00</EndDate>
    <NetRevenue>1</NetRevenue>
    <Range>sample string 1</Range>
    <StartDate>2024-05-03T06:00:17.7279295+00:00</StartDate>
  </NetEarned>
  <NetEarned>
    <EndDate>2024-05-03T06:00:17.7279295+00:00</EndDate>
    <NetRevenue>1</NetRevenue>
    <Range>sample string 1</Range>
    <StartDate>2024-05-03T06:00:17.7279295+00:00</StartDate>
  </NetEarned>
  <NetEarned>
    <EndDate>2024-05-03T06:00:17.7279295+00:00</EndDate>
    <NetRevenue>1</NetRevenue>
    <Range>sample string 1</Range>
    <StartDate>2024-05-03T06:00:17.7279295+00:00</StartDate>
  </NetEarned>
</ArrayOfNetEarned>