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": "93406597-3b0c-42fa-8993-b19421840a7b",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "fd7f35c4-82b8-47dc-b43f-b0ee8dfde645",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "f9a5ae3d-a0e6-4901-bcdc-b96294be1030",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "23bdb781-7c2b-4143-9973-e74c9dd37fb9",
"WareHouseId": "4e137a32-ac34-451f-9265-e44ad1f233e5",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "a4b4eeb7-b1e8-4be9-bb39-4ee6aaf313b5",
"DispatchLocations": [
{
"Id": "32091acb-d28c-45f0-8258-f7a35784ffed",
"DispatchLocationId": "c9361121-58d2-4084-a6a4-0e686be52856",
"WarehouseId": "7e87c917-ee42-41f4-9113-f36bbac4bd8c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c00636ff-fee0-46cd-97d3-947f3ce97106",
"ActyId": "09f40a15-3cfc-49e8-ba51-80d884891137",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b6780863-b0e4-4f95-a4c0-187656200350"
},
{
"Id": "32091acb-d28c-45f0-8258-f7a35784ffed",
"DispatchLocationId": "c9361121-58d2-4084-a6a4-0e686be52856",
"WarehouseId": "7e87c917-ee42-41f4-9113-f36bbac4bd8c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c00636ff-fee0-46cd-97d3-947f3ce97106",
"ActyId": "09f40a15-3cfc-49e8-ba51-80d884891137",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b6780863-b0e4-4f95-a4c0-187656200350"
}
],
"WarehouseLocations": [
{
"Id": "32091acb-d28c-45f0-8258-f7a35784ffed",
"DispatchLocationId": "c9361121-58d2-4084-a6a4-0e686be52856",
"WarehouseId": "7e87c917-ee42-41f4-9113-f36bbac4bd8c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c00636ff-fee0-46cd-97d3-947f3ce97106",
"ActyId": "09f40a15-3cfc-49e8-ba51-80d884891137",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b6780863-b0e4-4f95-a4c0-187656200350"
},
{
"Id": "32091acb-d28c-45f0-8258-f7a35784ffed",
"DispatchLocationId": "c9361121-58d2-4084-a6a4-0e686be52856",
"WarehouseId": "7e87c917-ee42-41f4-9113-f36bbac4bd8c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c00636ff-fee0-46cd-97d3-947f3ce97106",
"ActyId": "09f40a15-3cfc-49e8-ba51-80d884891137",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b6780863-b0e4-4f95-a4c0-187656200350"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}