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": "6297152b-75cc-4915-9559-ccbea74e895b",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "0f25dc12-ecbe-429b-8733-56fa8263a3bc",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "fe5c7388-5dd6-4cc8-8060-4bc527205414",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "fb60ecf6-340f-4719-8bb1-b206c324ca73",
"WareHouseId": "e7a84047-12be-43b7-99ee-30d8874cfcd2",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "68d862cd-55b6-4d9e-b1f6-dff4734e3b0a",
"DispatchLocations": [
{
"Id": "661dc728-af86-4a76-bda9-46e9985b36bf",
"DispatchLocationId": "b92f4451-12a2-4727-a446-21feb29f2f56",
"WarehouseId": "178aecae-0f7b-4c05-a437-59df76a69c30",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7ea88453-be1f-41e6-b6c5-c6dc80696e6e",
"ActyId": "bdd414bd-74c7-45ec-b0ba-3ce23200899c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b5dec752-bd67-4c7e-ad94-23331421ffb5"
},
{
"Id": "661dc728-af86-4a76-bda9-46e9985b36bf",
"DispatchLocationId": "b92f4451-12a2-4727-a446-21feb29f2f56",
"WarehouseId": "178aecae-0f7b-4c05-a437-59df76a69c30",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7ea88453-be1f-41e6-b6c5-c6dc80696e6e",
"ActyId": "bdd414bd-74c7-45ec-b0ba-3ce23200899c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b5dec752-bd67-4c7e-ad94-23331421ffb5"
}
],
"WarehouseLocations": [
{
"Id": "661dc728-af86-4a76-bda9-46e9985b36bf",
"DispatchLocationId": "b92f4451-12a2-4727-a446-21feb29f2f56",
"WarehouseId": "178aecae-0f7b-4c05-a437-59df76a69c30",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7ea88453-be1f-41e6-b6c5-c6dc80696e6e",
"ActyId": "bdd414bd-74c7-45ec-b0ba-3ce23200899c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b5dec752-bd67-4c7e-ad94-23331421ffb5"
},
{
"Id": "661dc728-af86-4a76-bda9-46e9985b36bf",
"DispatchLocationId": "b92f4451-12a2-4727-a446-21feb29f2f56",
"WarehouseId": "178aecae-0f7b-4c05-a437-59df76a69c30",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7ea88453-be1f-41e6-b6c5-c6dc80696e6e",
"ActyId": "bdd414bd-74c7-45ec-b0ba-3ce23200899c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b5dec752-bd67-4c7e-ad94-23331421ffb5"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}