GetProductOldDetail
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ả
ProductOldDetailModelsTên | Mô tả | Loại | Thông tin khác |
---|---|---|---|
Id | integer |
Chưa có! |
|
sTitle | string |
Chưa có! |
|
sDesc | string |
Chưa có! |
|
sPrice | string |
Chưa có! |
|
dDateDefault | date |
Chưa có! |
|
sFileHtml | string |
Chưa có! |
|
iStatusItem | integer |
Chưa có! |
|
lOtherNews | Tổng hợp của OtherProductOldModels |
Chưa có! |
|
lAlbum | Tổng hợp của string |
Chưa có! |
Định dạng trả về
application/json, text/json
Ví dụ:
{ "id": 1, "sTitle": "sample string 2", "sDesc": "sample string 3", "sPrice": "sample string 4", "dDateDefault": "2024-11-26T11:51:12.1171157Z", "sFileHtml": "sample string 6", "iStatusItem": 1, "lOtherNews": [ { "id": 1, "newS_TITLE": "sample string 2", "newS_DESC": "sample string 3", "newS_PRICE1": 4.0, "newS_PUBLISHDATE": "2024-11-26T11:51:12.1171157Z", "newS_URL": "sample string 6", "newS_SEO_URL": "sample string 7", "newS_TARGET": "sample string 8", "newS_IMAGE2": "sample string 9", "newS_IMAGE3": "sample string 10", "newS_STATUS_ITEM": 1 }, { "id": 1, "newS_TITLE": "sample string 2", "newS_DESC": "sample string 3", "newS_PRICE1": 4.0, "newS_PUBLISHDATE": "2024-11-26T11:51:12.1171157Z", "newS_URL": "sample string 6", "newS_SEO_URL": "sample string 7", "newS_TARGET": "sample string 8", "newS_IMAGE2": "sample string 9", "newS_IMAGE3": "sample string 10", "newS_STATUS_ITEM": 1 } ], "lAlbum": [ "sample string 1", "sample string 2" ] }