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": "ffdc72de-7c5e-4eb6-bfd8-ff9cc4e16094",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "a70ede00-de8d-4600-9c4e-57221c59805f",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "978b2299-9eba-4165-b43e-60036dd775da",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "4791631d-922c-4dca-85ae-d7f9d1441ebf",
"WareHouseId": "12106412-cdcb-444c-87d3-2f9e38d14dd7",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "7c52c13d-182d-4fdf-b121-d770c3009086",
"DispatchLocations": [
{
"Id": "de2b1685-9891-4cf1-acaa-b938591fa7e4",
"DispatchLocationId": "5fec00b2-bdd1-4696-b0a5-73d8d6007da5",
"WarehouseId": "2e21ddfd-f206-42be-9f01-02d1c1156dc7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c71568d8-87c9-478f-aa61-6bd155676bbf",
"ActyId": "878a1a44-3f62-41a5-8bb6-9489cac99470",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4f42b1f5-bf83-437e-bce6-84fd39da582b"
},
{
"Id": "de2b1685-9891-4cf1-acaa-b938591fa7e4",
"DispatchLocationId": "5fec00b2-bdd1-4696-b0a5-73d8d6007da5",
"WarehouseId": "2e21ddfd-f206-42be-9f01-02d1c1156dc7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c71568d8-87c9-478f-aa61-6bd155676bbf",
"ActyId": "878a1a44-3f62-41a5-8bb6-9489cac99470",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4f42b1f5-bf83-437e-bce6-84fd39da582b"
}
],
"WarehouseLocations": [
{
"Id": "de2b1685-9891-4cf1-acaa-b938591fa7e4",
"DispatchLocationId": "5fec00b2-bdd1-4696-b0a5-73d8d6007da5",
"WarehouseId": "2e21ddfd-f206-42be-9f01-02d1c1156dc7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c71568d8-87c9-478f-aa61-6bd155676bbf",
"ActyId": "878a1a44-3f62-41a5-8bb6-9489cac99470",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4f42b1f5-bf83-437e-bce6-84fd39da582b"
},
{
"Id": "de2b1685-9891-4cf1-acaa-b938591fa7e4",
"DispatchLocationId": "5fec00b2-bdd1-4696-b0a5-73d8d6007da5",
"WarehouseId": "2e21ddfd-f206-42be-9f01-02d1c1156dc7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c71568d8-87c9-478f-aa61-6bd155676bbf",
"ActyId": "878a1a44-3f62-41a5-8bb6-9489cac99470",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4f42b1f5-bf83-437e-bce6-84fd39da582b"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}