GET api/SystemUser/UPN/{UPN}/Details
Get system user details for specific user based on UPN
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UPN | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SystemUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Password | string |
None. |
|
| TransportLabelDirectPrintPDA | boolean |
None. |
|
| TransportLabelProfileId | globally unique identifier |
None. |
|
| NumberOfCopiesTransportLabel | integer |
None. |
|
| ItemLabelDirectPrintPDA | boolean |
None. |
|
| ItemLabelProfileId | globally unique identifier |
None. |
|
| NumberOfCopiesItemLabel | integer |
None. |
|
| ChooseAllWarehousesAutomatically | boolean |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| WareHouseId | globally unique identifier |
None. |
|
| UseMyLocations | boolean |
None. |
|
| ChooseSpesificDispatchLocation | boolean |
None. |
|
| ChooseSpesificWarehouseLocation | boolean |
None. |
|
| SupplierId | globally unique identifier |
None. |
|
| DispatchLocations | Collection of Location |
None. |
|
| WarehouseLocations | Collection of Location |
None. |
|
| ReceiveProdBatchEnable | boolean |
None. |
|
| ReceiveProdBatchInOCEnable | boolean |
None. |
|
| SeeItemRestricted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "70adb8e7-927d-488a-af20-695af5bedd2e",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "86a714f4-9244-4e61-aa20-0bc744b35cd5",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "7f46d7ef-ebc7-4736-8a74-8f7326eeb0c1",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "db13f1fd-b4b7-482e-9871-fd09529dddeb",
"WareHouseId": "f1f02bdb-11e8-43b9-a114-5a567f159940",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "c1c03afa-782b-4a96-a424-37bcb4e095ef",
"DispatchLocations": [
{
"Id": "7357ef65-4575-4f79-9a4f-96f12db2caac",
"DispatchLocationId": "5d8f6ab1-6dac-4fbe-9d5d-87ef9508239c",
"WarehouseId": "2c638094-8686-4a1b-8a6e-f01f372055dd",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b9242345-b9e3-4e31-8f09-c44dca9f3eca",
"ActyId": "7141d03c-9374-4a71-b1f9-c4de70c0c316",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "960b16d7-87bb-4992-84c9-efc6ef588701"
},
{
"Id": "7357ef65-4575-4f79-9a4f-96f12db2caac",
"DispatchLocationId": "5d8f6ab1-6dac-4fbe-9d5d-87ef9508239c",
"WarehouseId": "2c638094-8686-4a1b-8a6e-f01f372055dd",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b9242345-b9e3-4e31-8f09-c44dca9f3eca",
"ActyId": "7141d03c-9374-4a71-b1f9-c4de70c0c316",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "960b16d7-87bb-4992-84c9-efc6ef588701"
}
],
"WarehouseLocations": [
{
"Id": "7357ef65-4575-4f79-9a4f-96f12db2caac",
"DispatchLocationId": "5d8f6ab1-6dac-4fbe-9d5d-87ef9508239c",
"WarehouseId": "2c638094-8686-4a1b-8a6e-f01f372055dd",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b9242345-b9e3-4e31-8f09-c44dca9f3eca",
"ActyId": "7141d03c-9374-4a71-b1f9-c4de70c0c316",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "960b16d7-87bb-4992-84c9-efc6ef588701"
},
{
"Id": "7357ef65-4575-4f79-9a4f-96f12db2caac",
"DispatchLocationId": "5d8f6ab1-6dac-4fbe-9d5d-87ef9508239c",
"WarehouseId": "2c638094-8686-4a1b-8a6e-f01f372055dd",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b9242345-b9e3-4e31-8f09-c44dca9f3eca",
"ActyId": "7141d03c-9374-4a71-b1f9-c4de70c0c316",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "960b16d7-87bb-4992-84c9-efc6ef588701"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}