GET api/Getfloorphu?proid={proid}&ctrtmid={ctrtmid}&blocknm={blocknm}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
proid | integer |
Required |
|
ctrtmid | integer |
Required |
|
blocknm | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetfloorName | Description | Type | Additional information |
---|---|---|---|
PROID | integer |
None. |
|
CTRTMID | integer |
None. |
|
SONO | string |
None. |
|
BLOCKCD | string |
None. |
|
FLOORCD | string |
None. |
|
FLOORNM | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PROID": 1, "CTRTMID": 2, "SONO": "sample string 3", "BLOCKCD": "sample string 4", "FLOORCD": "sample string 5", "FLOORNM": "sample string 6" }, { "PROID": 1, "CTRTMID": 2, "SONO": "sample string 3", "BLOCKCD": "sample string 4", "FLOORCD": "sample string 5", "FLOORNM": "sample string 6" } ]