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