GET api/LocationManagement/GetEditLocationRequest?LocationCode={LocationCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LocationRequestLogDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationCode | string |
None. |
|
| SGAName | string |
None. |
|
| HistoricalName | string |
None. |
|
| ParentId | integer |
None. |
|
| Status | string |
None. |
|
| EffectiveDate | date |
None. |
|
| EffectDateString | string |
None. |
|
| IsDelete | boolean |
None. |
|
| EffectDate | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationCode": "sample string 2",
"SGAName": "sample string 3",
"HistoricalName": "sample string 4",
"ParentId": 5,
"Status": "sample string 6",
"EffectiveDate": "2026-09-24T15:32:10.4399829-07:00",
"EffectDateString": "September 24, 2026",
"IsDelete": true,
"EffectDate": "sample string 8"
}