GET api/usermas/getlocation
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of Location |
None. |
|
| StockGroup | Collection of Location |
None. |
|
| Status | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"FULL_NAME": "sample string 3",
"SHOW_SEARCH": true
},
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"FULL_NAME": "sample string 3",
"SHOW_SEARCH": true
}
],
"StockGroup": [
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"FULL_NAME": "sample string 3",
"SHOW_SEARCH": true
},
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"FULL_NAME": "sample string 3",
"SHOW_SEARCH": true
}
],
"Status": "sample string 1",
"Message": "sample string 2"
}