GET api/tblLocationArea/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NavAPItblLocationArea| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| AreaID | integer |
None. |
|
| AreaDescription | string |
None. |
|
| LocationCode | string |
None. |
|
| LocationDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"AreaID": 1,
"AreaDescription": "sample string 2",
"LocationCode": "sample string 3",
"LocationDescription": "sample string 4"
},
{
"ID": 1,
"AreaID": 1,
"AreaDescription": "sample string 2",
"LocationCode": "sample string 3",
"LocationDescription": "sample string 4"
}
]