POST Wapi/ChartData_Get
Request Information
URI Parameters
None.
Body Parameters
Chart_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemID | integer |
None. |
|
| TankID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Interval | integer |
None. |
|
| Tokens | string |
None. |
|
| UID | string |
None. |
|
| Device_Address | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemID": 1,
"TankID": 2,
"StartDate": "2026-08-05T15:23:32.6279268+05:30",
"EndDate": "2026-08-05T15:23:32.6279268+05:30",
"Interval": 1,
"Tokens": "sample string 3",
"UID": "sample string 4",
"Device_Address": "sample string 5"
}
application/xml, text/xml
Sample:
<CommonClasses.Chart_Input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Omisol_api.Models"> <Device_Address>sample string 5</Device_Address> <Tokens>sample string 3</Tokens> <UID>sample string 4</UID> <EndDate>2026-08-05T15:23:32.6279268+05:30</EndDate> <Interval>1</Interval> <StartDate>2026-08-05T15:23:32.6279268+05:30</StartDate> <SystemID>1</SystemID> <TankID>2</TankID> </CommonClasses.Chart_Input>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />