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": "9386e666-5fbd-4aae-8ce8-96cd7a6612c4",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "a35bed05-d97d-4b1e-bad3-f8992480a929",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "b19ae2aa-8a9e-44e1-b070-4b8c127cb2ae",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "50eda472-d0a3-4226-9127-34ad224cd11b",
"WareHouseId": "2c20462b-e54b-437d-b2f8-3f7457a27b30",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "9bc697bb-1f7e-4843-9730-3278f293b806",
"DispatchLocations": [
{
"Id": "e83edb01-6549-4117-b559-8f615989bb01",
"DispatchLocationId": "ec476319-4742-49c9-9c42-cf23c6262775",
"WarehouseId": "3b68ce0b-446f-498b-8cca-966daa5f7b4a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b4cb60e0-dd13-4d8e-9594-03dfb31431d4",
"ActyId": "1d03b451-dc37-4645-bf9c-16b377a93ca7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1d349d72-e130-4a84-9993-6de85eeeff78"
},
{
"Id": "e83edb01-6549-4117-b559-8f615989bb01",
"DispatchLocationId": "ec476319-4742-49c9-9c42-cf23c6262775",
"WarehouseId": "3b68ce0b-446f-498b-8cca-966daa5f7b4a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b4cb60e0-dd13-4d8e-9594-03dfb31431d4",
"ActyId": "1d03b451-dc37-4645-bf9c-16b377a93ca7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1d349d72-e130-4a84-9993-6de85eeeff78"
}
],
"WarehouseLocations": [
{
"Id": "e83edb01-6549-4117-b559-8f615989bb01",
"DispatchLocationId": "ec476319-4742-49c9-9c42-cf23c6262775",
"WarehouseId": "3b68ce0b-446f-498b-8cca-966daa5f7b4a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b4cb60e0-dd13-4d8e-9594-03dfb31431d4",
"ActyId": "1d03b451-dc37-4645-bf9c-16b377a93ca7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1d349d72-e130-4a84-9993-6de85eeeff78"
},
{
"Id": "e83edb01-6549-4117-b559-8f615989bb01",
"DispatchLocationId": "ec476319-4742-49c9-9c42-cf23c6262775",
"WarehouseId": "3b68ce0b-446f-498b-8cca-966daa5f7b4a",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b4cb60e0-dd13-4d8e-9594-03dfb31431d4",
"ActyId": "1d03b451-dc37-4645-bf9c-16b377a93ca7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1d349d72-e130-4a84-9993-6de85eeeff78"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}