GetNewContentDetail

Phương thức: GET | Link:

Mô tả:


Thông tin yêu cầu kết nối

URI Parameters

TênMô tảLoạiThông tin khác
_SeoUrl

string

Required

idDlr

integer

Required

Parameters

Không cần Parameters


Thông tin trả về

Mô tả

NewContentModels
TênMô tảLoạiThô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
    }
  ]
}