POST api/News/Detail
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"id": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"rcrm": {
"RC": 1,
"RM": "sample string 2"
},
"results": {
"id": "sample string 1",
"title": "sample string 2",
"store_id": "sample string 3",
"feature_image": {
"width": 1,
"height": 2,
"url": "sample string 3"
},
"summary": "sample string 4",
"content": "sample string 5",
"event_datetime": "sample string 6",
"edit_datetime": "sample string 7",
"online_datetime": "sample string 8",
"offline_datetime": "sample string 9",
"publish_status": "sample string 10",
"sticky": true,
"event_begin": "sample string 12",
"event_end": "sample string 13"
}
}