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": "d7b6179a-9716-49d0-8e6e-85aed96562ca",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "bf8dc4d0-023f-4eb7-9876-91f07d72cee6",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "9302ef28-1923-4c33-ad3f-d3e216368ec6",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "b5aa3132-714e-4387-802e-60b61a0d641b",
"WareHouseId": "d85dfb4a-c255-46dc-8807-f30f89166f52",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "225d0d6e-f6b8-4455-b88f-b7d33a849be7",
"DispatchLocations": [
{
"Id": "9b769337-0aba-4b0c-b2ef-9419b856c232",
"DispatchLocationId": "f8d24794-a192-4711-b4d9-83d623481ca7",
"WarehouseId": "ce745528-967a-4e93-aa3b-e58b35346b84",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a296d880-4397-4823-9d6b-75b6c8ccd694",
"ActyId": "b5c44ee4-e1fe-472d-95f3-f99ddccda8ca",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3f1cb5ed-b08a-42fb-be7b-89b21fe8376e"
},
{
"Id": "9b769337-0aba-4b0c-b2ef-9419b856c232",
"DispatchLocationId": "f8d24794-a192-4711-b4d9-83d623481ca7",
"WarehouseId": "ce745528-967a-4e93-aa3b-e58b35346b84",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a296d880-4397-4823-9d6b-75b6c8ccd694",
"ActyId": "b5c44ee4-e1fe-472d-95f3-f99ddccda8ca",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3f1cb5ed-b08a-42fb-be7b-89b21fe8376e"
}
],
"WarehouseLocations": [
{
"Id": "9b769337-0aba-4b0c-b2ef-9419b856c232",
"DispatchLocationId": "f8d24794-a192-4711-b4d9-83d623481ca7",
"WarehouseId": "ce745528-967a-4e93-aa3b-e58b35346b84",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a296d880-4397-4823-9d6b-75b6c8ccd694",
"ActyId": "b5c44ee4-e1fe-472d-95f3-f99ddccda8ca",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3f1cb5ed-b08a-42fb-be7b-89b21fe8376e"
},
{
"Id": "9b769337-0aba-4b0c-b2ef-9419b856c232",
"DispatchLocationId": "f8d24794-a192-4711-b4d9-83d623481ca7",
"WarehouseId": "ce745528-967a-4e93-aa3b-e58b35346b84",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a296d880-4397-4823-9d6b-75b6c8ccd694",
"ActyId": "b5c44ee4-e1fe-472d-95f3-f99ddccda8ca",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3f1cb5ed-b08a-42fb-be7b-89b21fe8376e"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}