GET v1/NetCollections?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",
    "netCollected": 1.0,
    "startDate": "2024-05-03T08:18:54.8793784+00:00",
    "endDate": "2024-05-03T08:18:54.8793784+00:00"
  },
  {
    "range": "sample string 1",
    "netCollected": 1.0,
    "startDate": "2024-05-03T08:18:54.8793784+00:00",
    "endDate": "2024-05-03T08:18:54.8793784+00:00"
  },
  {
    "range": "sample string 1",
    "netCollected": 1.0,
    "startDate": "2024-05-03T08:18:54.8793784+00:00",
    "endDate": "2024-05-03T08:18:54.8793784+00:00"
  }
]

application/xml, text/xml

Sample:
Click to beautify!
<ArrayOfNetCash xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Get">
  <NetCash>
    <EndDate>2024-05-03T08:18:54.8793784+00:00</EndDate>
    <NetCollected>1</NetCollected>
    <Range>sample string 1</Range>
    <StartDate>2024-05-03T08:18:54.8793784+00:00</StartDate>
  </NetCash>
  <NetCash>
    <EndDate>2024-05-03T08:18:54.8793784+00:00</EndDate>
    <NetCollected>1</NetCollected>
    <Range>sample string 1</Range>
    <StartDate>2024-05-03T08:18:54.8793784+00:00</StartDate>
  </NetCash>
  <NetCash>
    <EndDate>2024-05-03T08:18:54.8793784+00:00</EndDate>
    <NetCollected>1</NetCollected>
    <Range>sample string 1</Range>
    <StartDate>2024-05-03T08:18:54.8793784+00:00</StartDate>
  </NetCash>
</ArrayOfNetCash>