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": "4b213aab-3419-469d-aa05-9c0f9900bd7e",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "5c5da4b1-576f-4b30-b454-a55e6f8ab5c8",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "ce757a64-9b8e-4927-aefc-eeb260e1f051",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "45dc49d3-d6c7-4d87-8d6e-90cc98aa3820",
"WareHouseId": "9d9c5173-e47f-4ea7-b9c7-59d920eac345",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "81c73c16-461f-4aa8-be6f-4afb45159d26",
"DispatchLocations": [
{
"Id": "ce4976fb-6a72-4815-868b-8dcdd1efb6ba",
"DispatchLocationId": "1ac49ec9-72b0-4004-b8ba-1508c7b4e67b",
"WarehouseId": "1a7900c3-f202-4c91-90bf-fb6d7dc1fd4b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c0011cdd-48e1-475e-aead-3722fd9b0f67",
"ActyId": "cc179a3f-df67-44c4-94e7-584955e163fe",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a6dbdc1d-6afc-42e1-b7f4-af57eec57810"
},
{
"Id": "ce4976fb-6a72-4815-868b-8dcdd1efb6ba",
"DispatchLocationId": "1ac49ec9-72b0-4004-b8ba-1508c7b4e67b",
"WarehouseId": "1a7900c3-f202-4c91-90bf-fb6d7dc1fd4b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c0011cdd-48e1-475e-aead-3722fd9b0f67",
"ActyId": "cc179a3f-df67-44c4-94e7-584955e163fe",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a6dbdc1d-6afc-42e1-b7f4-af57eec57810"
}
],
"WarehouseLocations": [
{
"Id": "ce4976fb-6a72-4815-868b-8dcdd1efb6ba",
"DispatchLocationId": "1ac49ec9-72b0-4004-b8ba-1508c7b4e67b",
"WarehouseId": "1a7900c3-f202-4c91-90bf-fb6d7dc1fd4b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c0011cdd-48e1-475e-aead-3722fd9b0f67",
"ActyId": "cc179a3f-df67-44c4-94e7-584955e163fe",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a6dbdc1d-6afc-42e1-b7f4-af57eec57810"
},
{
"Id": "ce4976fb-6a72-4815-868b-8dcdd1efb6ba",
"DispatchLocationId": "1ac49ec9-72b0-4004-b8ba-1508c7b4e67b",
"WarehouseId": "1a7900c3-f202-4c91-90bf-fb6d7dc1fd4b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c0011cdd-48e1-475e-aead-3722fd9b0f67",
"ActyId": "cc179a3f-df67-44c4-94e7-584955e163fe",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a6dbdc1d-6afc-42e1-b7f4-af57eec57810"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}