POST api/Customer/GetHomePagesList2?Token={Token}
Documentation for 'GetHomePagesList2'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dtHomePagesList2 | Documentation for 'dtHomePagesList2'. |
Define this parameter in the request body. |
| Token | Documentation for 'Token'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Registration_Id": 1,
"Project": "sample string 2",
"UnitNo": "sample string 3",
"Dues": "sample string 4"
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]