GetNewDetail

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ả

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

string

Chưa có!

sDesc

string

Chưa có!

sCatTitle

string

Chưa có!

sCatDesc

string

Chưa có!

dDateDefault

date

Chưa có!

sFileHtml

string

Chưa có!

iPartOf

integer

Chưa có!

lOtherNews

Tổng hợp của OtherNewsModels

Chưa có!

lContent

Tổng hợp của CI_NEWS_CONTENT

Chưa có!

Định dạng trả về

application/json, text/json

Ví dụ:
{
  "sTitle": "sample string 1",
  "sDesc": "sample string 2",
  "sCatTitle": "sample string 3",
  "sCatDesc": "sample string 4",
  "dDateDefault": "2024-11-26T11:25:40.4181155Z",
  "sFileHtml": "sample string 6",
  "iPartOf": 1,
  "lOtherNews": [
    {
      "id": 1,
      "newS_TITLE": "sample string 2",
      "newS_DESC": "sample string 3",
      "newS_PUBLISHDATE": "2024-11-26T11:25:40.4181155Z",
      "newS_URL": "sample string 5",
      "newS_SEO_URL": "sample string 6",
      "newS_TARGET": "sample string 7",
      "newS_IMAGE2": "sample string 8",
      "newS_IMAGE3": "sample string 9",
      "partof": 1,
      "caT_ID": 1,
      "caT_IMAGE": "sample string 10"
    },
    {
      "id": 1,
      "newS_TITLE": "sample string 2",
      "newS_DESC": "sample string 3",
      "newS_PUBLISHDATE": "2024-11-26T11:25:40.4181155Z",
      "newS_URL": "sample string 5",
      "newS_SEO_URL": "sample string 6",
      "newS_TARGET": "sample string 7",
      "newS_IMAGE2": "sample string 8",
      "newS_IMAGE3": "sample string 9",
      "partof": 1,
      "caT_ID": 1,
      "caT_IMAGE": "sample string 10"
    }
  ],
  "lContent": [
    {
      "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
    }
  ]
}