POST api/v1/HiRiseReport
Request Information
URI Parameters
None.
Body Parameters
HiRiseReportInput| Name | Description | Type | Additional information |
|---|---|---|---|
| CustType | string |
None. |
|
| LocID | integer |
None. |
|
| CompID | integer |
None. |
|
| UserID | integer |
None. |
|
| AdminLocID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustType": "sample string 1",
"LocID": 2,
"CompID": 3,
"UserID": 4,
"AdminLocID": 5,
"StartDate": "2025-12-15T02:52:19.2634145+05:30",
"EndDate": "2025-12-15T02:52:19.2634145+05:30"
}
application/xml, text/xml
Sample:
<HiRiseReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AdminLocID>5</AdminLocID> <CompID>3</CompID> <CustType>sample string 1</CustType> <EndDate>2025-12-15T02:52:19.2634145+05:30</EndDate> <LocID>2</LocID> <StartDate>2025-12-15T02:52:19.2634145+05:30</StartDate> <UserID>4</UserID> </HiRiseReportInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |