GET api/TblLocations/DeleteTblLocation/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TblLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationID | integer |
None. |
|
| LocationName | string |
None. |
|
| ModificationDate | date |
None. |
|
| ModificationBy | integer |
None. |
|
| CreationDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| IsActive | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LocationID": 1,
"LocationName": "sample string 2",
"ModificationDate": "2025-11-07T23:43:24.3327087-08:00",
"ModificationBy": 1,
"CreationDate": "2025-11-07T23:43:24.3327087-08:00",
"CreatedBy": 1,
"IsActive": "sample string 3"
}