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. |
Request Formats
application/json, text/json
Sample:
{ "UserSeq": 1, "UserUId": "fd11f8ab-4b0a-4309-9ecd-d4486b539ca5", "TokenNo": "sample string 3", "seqNo": 4, "value": "sample string 5" }
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" }