GET CungHoangDao/GetByTimeType/{dateView}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dateView | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": [
{
"ContentTypeName": "sample string 1",
"Content": "sample string 2"
},
{
"ContentTypeName": "sample string 1",
"Content": "sample string 2"
},
{
"ContentTypeName": "sample string 1",
"Content": "sample string 2"
}
]
}