POST api/MemberDetails/GetChartData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
chartInput
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "intUserID": 1,
  "from": "2025-05-03T13:53:43.2061455+00:00",
  "to": "2025-05-03T13:53:43.2061455+00:00",
  "periodicalType": "sample string 4",
  "chartName": "sample string 5",
  "TimezoneOffset": 6
}

multipart/form-data

Sample:
{"intUserID":1,"from":"2025-05-03T13:53:43.2061455+00:00","to":"2025-05-03T13:53:43.2061455+00:00","periodicalType":"sample string 4","chartName":"sample string 5","TimezoneOffset":6}

application/xml, text/xml

Sample:
<ChartInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic">
  <TimezoneOffset>6</TimezoneOffset>
  <chartName>sample string 5</chartName>
  <from>2025-05-03T13:53:43.2061455+00:00</from>
  <intUserID>1</intUserID>
  <periodicalType>sample string 4</periodicalType>
  <to>2025-05-03T13:53:43.2061455+00:00</to>
</ChartInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.