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": "e2c10ba0-c081-4ba9-94d9-73b3c7a372bf",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "790f5d8d-fbec-4a5b-a2ed-53ec8ee20234",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "ab7e8617-4404-40d0-a133-79e496da8ae7",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "abf04ef6-416d-4213-b7d3-cc1f248ef1ff",
"WareHouseId": "d90545c7-1617-4acc-9ef5-88836ece80aa",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "bba36f6e-3c15-4f9b-bbfc-616af51b103e",
"DispatchLocations": [
{
"Id": "3b7693b5-80f0-4798-8cdd-547ca4bba2c6",
"DispatchLocationId": "dbe996fe-1b1d-4605-80c4-520f7035782f",
"WarehouseId": "6dd3757d-f09c-4879-aff6-95498db303f3",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b5747ee9-0a62-4b3b-8d4a-b6c1a2f68bb9",
"ActyId": "e8fd6f06-7961-42d5-a5ca-bbcee9e9a01c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "63a14a37-ca34-466f-8822-69b6d824db17"
},
{
"Id": "3b7693b5-80f0-4798-8cdd-547ca4bba2c6",
"DispatchLocationId": "dbe996fe-1b1d-4605-80c4-520f7035782f",
"WarehouseId": "6dd3757d-f09c-4879-aff6-95498db303f3",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b5747ee9-0a62-4b3b-8d4a-b6c1a2f68bb9",
"ActyId": "e8fd6f06-7961-42d5-a5ca-bbcee9e9a01c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "63a14a37-ca34-466f-8822-69b6d824db17"
}
],
"WarehouseLocations": [
{
"Id": "3b7693b5-80f0-4798-8cdd-547ca4bba2c6",
"DispatchLocationId": "dbe996fe-1b1d-4605-80c4-520f7035782f",
"WarehouseId": "6dd3757d-f09c-4879-aff6-95498db303f3",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b5747ee9-0a62-4b3b-8d4a-b6c1a2f68bb9",
"ActyId": "e8fd6f06-7961-42d5-a5ca-bbcee9e9a01c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "63a14a37-ca34-466f-8822-69b6d824db17"
},
{
"Id": "3b7693b5-80f0-4798-8cdd-547ca4bba2c6",
"DispatchLocationId": "dbe996fe-1b1d-4605-80c4-520f7035782f",
"WarehouseId": "6dd3757d-f09c-4879-aff6-95498db303f3",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b5747ee9-0a62-4b3b-8d4a-b6c1a2f68bb9",
"ActyId": "e8fd6f06-7961-42d5-a5ca-bbcee9e9a01c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "63a14a37-ca34-466f-8822-69b6d824db17"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}