GET api/SystemUser/{UserName}/Details
Get system user details for specific user based on user name
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | 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": "8d5fb8c9-bfb2-4d5c-90c9-9cbd4562c32d",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "c5f5ec8f-b260-4df8-b667-e86cf861e175",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "9e1b127b-11b4-4253-8733-bfffa96d67e7",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "65f9e447-0e0b-427e-85af-5786674c42ec",
"WareHouseId": "47734eea-8f65-4108-be73-31b8bf9e043f",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "718a5e28-3e8b-483a-a999-30336b6fb20e",
"DispatchLocations": [
{
"Id": "de44bc3e-306e-4c28-8964-34072896e11f",
"DispatchLocationId": "507a12e8-8841-48f2-96da-1a4088b0e1a0",
"WarehouseId": "941f9f57-689b-4a30-9203-dcb8d2a0caac",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a1b5c5d-7556-4562-aa77-d494ce19ff9a",
"ActyId": "4251aeb5-13ca-45e5-8bd6-a20dd132286c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "222c680a-5f07-4aeb-b5ce-d36b891da12e"
},
{
"Id": "de44bc3e-306e-4c28-8964-34072896e11f",
"DispatchLocationId": "507a12e8-8841-48f2-96da-1a4088b0e1a0",
"WarehouseId": "941f9f57-689b-4a30-9203-dcb8d2a0caac",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a1b5c5d-7556-4562-aa77-d494ce19ff9a",
"ActyId": "4251aeb5-13ca-45e5-8bd6-a20dd132286c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "222c680a-5f07-4aeb-b5ce-d36b891da12e"
}
],
"WarehouseLocations": [
{
"Id": "de44bc3e-306e-4c28-8964-34072896e11f",
"DispatchLocationId": "507a12e8-8841-48f2-96da-1a4088b0e1a0",
"WarehouseId": "941f9f57-689b-4a30-9203-dcb8d2a0caac",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a1b5c5d-7556-4562-aa77-d494ce19ff9a",
"ActyId": "4251aeb5-13ca-45e5-8bd6-a20dd132286c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "222c680a-5f07-4aeb-b5ce-d36b891da12e"
},
{
"Id": "de44bc3e-306e-4c28-8964-34072896e11f",
"DispatchLocationId": "507a12e8-8841-48f2-96da-1a4088b0e1a0",
"WarehouseId": "941f9f57-689b-4a30-9203-dcb8d2a0caac",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7a1b5c5d-7556-4562-aa77-d494ce19ff9a",
"ActyId": "4251aeb5-13ca-45e5-8bd6-a20dd132286c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "222c680a-5f07-4aeb-b5ce-d36b891da12e"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}