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": "72b7961d-7a40-4ebd-8ab5-5f242f1b4ba0",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "1f32c777-cc8d-4b58-a6ba-2bba448b63fd",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "56e4aa4f-f433-4f55-944a-6e562ef7c92b",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "fb513472-9248-46e9-b4f8-eb5063c2c31e",
"WareHouseId": "3ab8e8fc-63d3-45b9-acdc-afeb7ceb4bb2",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "2d1c8c6c-0025-4a16-ad54-17148cdeef45",
"DispatchLocations": [
{
"Id": "3772a1cf-76d8-4d96-a36f-c1b48eec76e0",
"DispatchLocationId": "23534516-3e3e-4642-9a83-ef2fe35393f9",
"WarehouseId": "1963b593-ba03-4be0-b349-e67a850d9deb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e438e48a-0ea2-42e3-a33d-9e7a9e9af8fe",
"ActyId": "d231cab5-2542-4283-b0ae-7d344814feff",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8444d6a8-0461-46c4-902d-3e6afe3644b8"
},
{
"Id": "3772a1cf-76d8-4d96-a36f-c1b48eec76e0",
"DispatchLocationId": "23534516-3e3e-4642-9a83-ef2fe35393f9",
"WarehouseId": "1963b593-ba03-4be0-b349-e67a850d9deb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e438e48a-0ea2-42e3-a33d-9e7a9e9af8fe",
"ActyId": "d231cab5-2542-4283-b0ae-7d344814feff",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8444d6a8-0461-46c4-902d-3e6afe3644b8"
}
],
"WarehouseLocations": [
{
"Id": "3772a1cf-76d8-4d96-a36f-c1b48eec76e0",
"DispatchLocationId": "23534516-3e3e-4642-9a83-ef2fe35393f9",
"WarehouseId": "1963b593-ba03-4be0-b349-e67a850d9deb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e438e48a-0ea2-42e3-a33d-9e7a9e9af8fe",
"ActyId": "d231cab5-2542-4283-b0ae-7d344814feff",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8444d6a8-0461-46c4-902d-3e6afe3644b8"
},
{
"Id": "3772a1cf-76d8-4d96-a36f-c1b48eec76e0",
"DispatchLocationId": "23534516-3e3e-4642-9a83-ef2fe35393f9",
"WarehouseId": "1963b593-ba03-4be0-b349-e67a850d9deb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e438e48a-0ea2-42e3-a33d-9e7a9e9af8fe",
"ActyId": "d231cab5-2542-4283-b0ae-7d344814feff",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8444d6a8-0461-46c4-902d-3e6afe3644b8"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}