POST api/Customer/GetPortal_HomePages
Documentation for 'GetPortal_HomePages'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objuser | Documentation for 'objuser'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"username": "sample string 2",
"password": "sample string 3",
"DeviceId": "sample string 4",
"FromDevice": 5,
"CustomerId": 6,
"Type": "sample string 7",
"Status": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": 2,
"Message": "sample string 3",
"LstData": [
{
"$id": "2",
"DisplayList": [
{
"$id": "3",
"Display": "sample string 1",
"Types": "sample string 2",
"Postion": 3
},
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"UnitList": [
{
"$id": "4",
"Registration_Id": 1,
"Project": "sample string 2",
"UnitNo": "sample string 3",
"Dues": "sample string 4"
},
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"IconList": [
{
"$id": "5",
"Icon": "sample string 1",
"Name": "sample string 2",
"Position": 3
},
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"MessageList": [
{
"$id": "6",
"M_Id": 1,
"Message": "sample string 2"
},
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"CustomerNameList": [
{
"$id": "7",
"CustomerName": "sample string 1"
},
{
"$ref": "7"
},
{
"$ref": "7"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Data": {
"$ref": "2"
}
}