GetNewContentDetail
Mô tả:
Thông tin yêu cầu kết nối
URI Parameters
Tên | Mô tả | Loại | Thông tin khác |
---|---|---|---|
_SeoUrl | string |
Required |
|
idDlr | integer |
Required |
Parameters
Không cần Parameters
Thông tin trả về
Mô tả
NewContentModelsTên | Mô tả | Loại | Thông tin khác |
---|---|---|---|
newId | integer |
Chưa có! |
|
arrAlbum | Tổng hợp của string |
Chưa có! |
|
lContentNew | Tổng hợp của CI_NEWS_CONTENT |
Chưa có! |
|
lServicesDlr | Tổng hợp của CI_NEWS_SERVICE_DLR |
Chưa có! |
Định dạng trả về
application/json, text/json
Ví dụ:
{ "newId": 1, "arrAlbum": [ "sample string 1", "sample string 2" ], "lContentNew": [ { "id": 1, "contenT_TITLE": "sample string 2", "contenT_DESC": "sample string 3", "contenT_IMG": "sample string 4", "contenT_HTML": "sample string 5", "contenT_TYPE": 1, "newS_ID": 1, "contenT_ORDER": 1 }, { "id": 1, "contenT_TITLE": "sample string 2", "contenT_DESC": "sample string 3", "contenT_IMG": "sample string 4", "contenT_HTML": "sample string 5", "contenT_TYPE": 1, "newS_ID": 1, "contenT_ORDER": 1 } ], "lServicesDlr": [ { "id": 1, "serV_TITLE": "sample string 2", "serV_DLR": 1, "serV_TYPE": 1 }, { "id": 1, "serV_TITLE": "sample string 2", "serV_DLR": 1, "serV_TYPE": 1 } ] }