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": "436fb20f-e760-4024-8881-d7378bdbaf6d",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "27226e97-e16e-41f7-8758-96e5b5bd558a",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "ca0c24d7-52c2-4b7d-8069-dc0d63b47775",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "d486de98-644d-48a2-a21c-82ec596775df",
"WareHouseId": "088ef48b-f433-433e-bc85-c295d21b80e2",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "0f0088f0-2498-45ee-84f0-eac3f1bc0ed6",
"DispatchLocations": [
{
"Id": "8ed7e0e9-39bf-47a4-9051-189e23bd4688",
"DispatchLocationId": "4c823280-e37e-4d58-b663-6d5d39c72b3a",
"WarehouseId": "e973ca46-bbed-4b4e-8d9a-e19eccc0787b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1a474166-7710-448b-b1b0-17c278152c0e",
"ActyId": "77181bb2-2706-4993-a0b0-458f8d5b4b6c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "df1b81dc-deeb-497b-9247-e2f932dbb711"
},
{
"Id": "8ed7e0e9-39bf-47a4-9051-189e23bd4688",
"DispatchLocationId": "4c823280-e37e-4d58-b663-6d5d39c72b3a",
"WarehouseId": "e973ca46-bbed-4b4e-8d9a-e19eccc0787b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1a474166-7710-448b-b1b0-17c278152c0e",
"ActyId": "77181bb2-2706-4993-a0b0-458f8d5b4b6c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "df1b81dc-deeb-497b-9247-e2f932dbb711"
}
],
"WarehouseLocations": [
{
"Id": "8ed7e0e9-39bf-47a4-9051-189e23bd4688",
"DispatchLocationId": "4c823280-e37e-4d58-b663-6d5d39c72b3a",
"WarehouseId": "e973ca46-bbed-4b4e-8d9a-e19eccc0787b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1a474166-7710-448b-b1b0-17c278152c0e",
"ActyId": "77181bb2-2706-4993-a0b0-458f8d5b4b6c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "df1b81dc-deeb-497b-9247-e2f932dbb711"
},
{
"Id": "8ed7e0e9-39bf-47a4-9051-189e23bd4688",
"DispatchLocationId": "4c823280-e37e-4d58-b663-6d5d39c72b3a",
"WarehouseId": "e973ca46-bbed-4b4e-8d9a-e19eccc0787b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1a474166-7710-448b-b1b0-17c278152c0e",
"ActyId": "77181bb2-2706-4993-a0b0-458f8d5b4b6c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "df1b81dc-deeb-497b-9247-e2f932dbb711"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}