POST api/Sighting/GetViewSightingsbydate
Request Information
URI Parameters
None.
Body Parameters
DifferenceDateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fromDate | string |
None. |
|
| toDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromDate": "sample string 1",
"toDate": "sample string 2"
}
multipart/form-data, application/octet-stream
Sample:
{"fromDate":"sample string 1","toDate":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Object |
None. |
|
| Msg | Object |
None. |
|
| token | Object |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {},
"msg": {},
"token": {},
"data": {}
}
multipart/form-data, application/octet-stream
Sample:
{"result":{},"msg":{},"token":{},"data":{}}