POST api/usermas/get-stock-group-and-location
Request Information
URI Parameters
None.
Body Parameters
UserRequestName | 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": "b6058681-863d-42b6-86a7-fb5c291ab32e", "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
ResponseLocationName | 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" }