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": "c331d389-d08e-4a7c-83d3-bffa612fca31",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "96480d77-171f-4e61-b8a0-e5364079f740",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "33805d41-cde7-4bbf-a100-e4469b3a139e",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "ec634cb1-76a2-455e-af6b-2ff8ce39ff1c",
"WareHouseId": "d560d092-5b15-4df0-8ec8-410314904e3f",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "baeb76e4-3629-4f4e-bd7f-eefaf0fa4ede",
"DispatchLocations": [
{
"Id": "91e45f49-ef88-4594-b990-fb61e322dff1",
"DispatchLocationId": "aa98e99a-8cac-495c-9a67-e6794159d2bc",
"WarehouseId": "bbfc0527-dd0f-4d90-b54c-056dd9d70fc4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "97ddb35f-5907-4dce-8513-d24cf52dc3fd",
"ActyId": "39c5026f-d13f-4ede-a3c7-e525f6919b21",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "741f4301-af07-4794-9352-4a58401cd411"
},
{
"Id": "91e45f49-ef88-4594-b990-fb61e322dff1",
"DispatchLocationId": "aa98e99a-8cac-495c-9a67-e6794159d2bc",
"WarehouseId": "bbfc0527-dd0f-4d90-b54c-056dd9d70fc4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "97ddb35f-5907-4dce-8513-d24cf52dc3fd",
"ActyId": "39c5026f-d13f-4ede-a3c7-e525f6919b21",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "741f4301-af07-4794-9352-4a58401cd411"
}
],
"WarehouseLocations": [
{
"Id": "91e45f49-ef88-4594-b990-fb61e322dff1",
"DispatchLocationId": "aa98e99a-8cac-495c-9a67-e6794159d2bc",
"WarehouseId": "bbfc0527-dd0f-4d90-b54c-056dd9d70fc4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "97ddb35f-5907-4dce-8513-d24cf52dc3fd",
"ActyId": "39c5026f-d13f-4ede-a3c7-e525f6919b21",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "741f4301-af07-4794-9352-4a58401cd411"
},
{
"Id": "91e45f49-ef88-4594-b990-fb61e322dff1",
"DispatchLocationId": "aa98e99a-8cac-495c-9a67-e6794159d2bc",
"WarehouseId": "bbfc0527-dd0f-4d90-b54c-056dd9d70fc4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "97ddb35f-5907-4dce-8513-d24cf52dc3fd",
"ActyId": "39c5026f-d13f-4ede-a3c7-e525f6919b21",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "741f4301-af07-4794-9352-4a58401cd411"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}