POST api/usermas/get-stock-group-and-location
Request Information
URI Parameters
None.
Body Parameters
UserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSeq | integer |
None. |
|
| UserUId | globally unique identifier |
None. |
|
| TokenNo | string |
None. |
|
| seqNo | integer |
None. |
|
| value | string |
None. |
|
| Code | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserSeq": 1,
"UserUId": "707f6d6c-faee-4603-9173-b40a93debab6",
"TokenNo": "sample string 3",
"seqNo": 4,
"value": "sample string 5",
"Code": "sample string 6",
"Type": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
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"
}