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": "32cf32f7-0a83-4303-bcb3-121f0d756294",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "4286a064-923a-449e-b9da-b422a059de83",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "a363d05f-7bde-4755-9552-f8d4b43440d8",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "2f15d6eb-85f5-46d3-b6de-d57a93d14e4c",
"WareHouseId": "afccf246-9b9b-4ae7-a3e2-92876755f90e",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "f1cd51fb-7505-4d7b-aedf-88436d80326d",
"DispatchLocations": [
{
"Id": "b6d4520f-30d3-4f6e-8400-4a5ead55db28",
"DispatchLocationId": "da43285c-8141-4541-8dce-ea5315507be8",
"WarehouseId": "45990e84-4766-49a4-8ef0-d177323c7e8a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "00151b56-fb8b-4158-8b9b-8dd3e10b2e7c",
"ActyId": "b559e826-5a37-4e3b-b596-837ed95aa29a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "80f13e7f-41bc-47c4-b723-809119b197f6"
},
{
"Id": "b6d4520f-30d3-4f6e-8400-4a5ead55db28",
"DispatchLocationId": "da43285c-8141-4541-8dce-ea5315507be8",
"WarehouseId": "45990e84-4766-49a4-8ef0-d177323c7e8a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "00151b56-fb8b-4158-8b9b-8dd3e10b2e7c",
"ActyId": "b559e826-5a37-4e3b-b596-837ed95aa29a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "80f13e7f-41bc-47c4-b723-809119b197f6"
}
],
"WarehouseLocations": [
{
"Id": "b6d4520f-30d3-4f6e-8400-4a5ead55db28",
"DispatchLocationId": "da43285c-8141-4541-8dce-ea5315507be8",
"WarehouseId": "45990e84-4766-49a4-8ef0-d177323c7e8a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "00151b56-fb8b-4158-8b9b-8dd3e10b2e7c",
"ActyId": "b559e826-5a37-4e3b-b596-837ed95aa29a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "80f13e7f-41bc-47c4-b723-809119b197f6"
},
{
"Id": "b6d4520f-30d3-4f6e-8400-4a5ead55db28",
"DispatchLocationId": "da43285c-8141-4541-8dce-ea5315507be8",
"WarehouseId": "45990e84-4766-49a4-8ef0-d177323c7e8a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "00151b56-fb8b-4158-8b9b-8dd3e10b2e7c",
"ActyId": "b559e826-5a37-4e3b-b596-837ed95aa29a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "80f13e7f-41bc-47c4-b723-809119b197f6"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}