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": "bbcd6d50-d83c-4992-aad2-c4bce4f917a6",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "c40bd469-8bb9-47fa-98e5-bc99fcba65b6",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "51a59ed3-bd22-442b-8b8e-a06ecddcb73c",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "03bca700-2922-42b9-962c-026a1e5fb727",
"WareHouseId": "001dbe7f-a275-471a-8726-22211d5c19b6",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "cb74ddd6-7739-4e64-96b6-246522908732",
"DispatchLocations": [
{
"Id": "8b03e156-029c-4d52-ae5f-424e808e383c",
"DispatchLocationId": "1de4831d-e347-4048-af25-4e05c8f9b7a7",
"WarehouseId": "1696ba55-95eb-4c8d-9858-e62d8cbef364",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3818fccc-7f45-452c-a773-a4f9670e3d68",
"ActyId": "ac714de8-1d80-48cb-ad6b-d681490a4f74",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9267b083-04c4-44ca-ba4f-5cb1d7280395"
},
{
"Id": "8b03e156-029c-4d52-ae5f-424e808e383c",
"DispatchLocationId": "1de4831d-e347-4048-af25-4e05c8f9b7a7",
"WarehouseId": "1696ba55-95eb-4c8d-9858-e62d8cbef364",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3818fccc-7f45-452c-a773-a4f9670e3d68",
"ActyId": "ac714de8-1d80-48cb-ad6b-d681490a4f74",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9267b083-04c4-44ca-ba4f-5cb1d7280395"
}
],
"WarehouseLocations": [
{
"Id": "8b03e156-029c-4d52-ae5f-424e808e383c",
"DispatchLocationId": "1de4831d-e347-4048-af25-4e05c8f9b7a7",
"WarehouseId": "1696ba55-95eb-4c8d-9858-e62d8cbef364",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3818fccc-7f45-452c-a773-a4f9670e3d68",
"ActyId": "ac714de8-1d80-48cb-ad6b-d681490a4f74",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9267b083-04c4-44ca-ba4f-5cb1d7280395"
},
{
"Id": "8b03e156-029c-4d52-ae5f-424e808e383c",
"DispatchLocationId": "1de4831d-e347-4048-af25-4e05c8f9b7a7",
"WarehouseId": "1696ba55-95eb-4c8d-9858-e62d8cbef364",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3818fccc-7f45-452c-a773-a4f9670e3d68",
"ActyId": "ac714de8-1d80-48cb-ad6b-d681490a4f74",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9267b083-04c4-44ca-ba4f-5cb1d7280395"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}