GET api/SMSLog/Get/{param}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
param | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SMSLog_ModelGetName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
QTDND_ID | integer |
None. |
|
MaQuy | string |
None. |
|
TenQuy | string |
None. |
|
KhuVuc_Ten | string |
None. |
|
DiaChi | string |
None. |
|
PGD_Status | boolean |
None. |
|
SMS_TrangThai | boolean |
None. |
|
SMS_Brand | boolean |
None. |
|
SMS_TraCuu | boolean |
None. |
|
SMS_NgayBD | date |
None. |
|
SMS_NgayUpdate | date |
None. |
|
SMS_NgayKT | date |
None. |
|
GhiChu | string |
None. |
|
UserCreate | string |
None. |
|
DateCreate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "QTDND_ID": 2, "MaQuy": "sample string 3", "TenQuy": "sample string 4", "KhuVuc_Ten": "sample string 5", "DiaChi": "sample string 6", "PGD_Status": true, "SMS_TrangThai": true, "SMS_Brand": true, "SMS_TraCuu": true, "SMS_NgayBD": "2025-06-07T21:40:21.9305957+07:00", "SMS_NgayUpdate": "2025-06-07T21:40:21.9305957+07:00", "SMS_NgayKT": "2025-06-07T21:40:21.9305957+07:00", "GhiChu": "sample string 11", "UserCreate": "sample string 12", "DateCreate": "2025-06-07T21:40:21.9305957+07:00" }, { "ID": 1, "QTDND_ID": 2, "MaQuy": "sample string 3", "TenQuy": "sample string 4", "KhuVuc_Ten": "sample string 5", "DiaChi": "sample string 6", "PGD_Status": true, "SMS_TrangThai": true, "SMS_Brand": true, "SMS_TraCuu": true, "SMS_NgayBD": "2025-06-07T21:40:21.9305957+07:00", "SMS_NgayUpdate": "2025-06-07T21:40:21.9305957+07:00", "SMS_NgayKT": "2025-06-07T21:40:21.9305957+07:00", "GhiChu": "sample string 11", "UserCreate": "sample string 12", "DateCreate": "2025-06-07T21:40:21.9305957+07:00" } ]
application/xml, text/xml
Sample:
<ArrayOfSMSLog_ModelGet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QTDNDInfo.Models"> <SMSLog_ModelGet> <DateCreate>2025-06-07T21:40:21.9305957+07:00</DateCreate> <DiaChi>sample string 6</DiaChi> <GhiChu>sample string 11</GhiChu> <ID>1</ID> <KhuVuc_Ten>sample string 5</KhuVuc_Ten> <MaQuy>sample string 3</MaQuy> <PGD_Status>true</PGD_Status> <QTDND_ID>2</QTDND_ID> <SMS_Brand>true</SMS_Brand> <SMS_NgayBD>2025-06-07T21:40:21.9305957+07:00</SMS_NgayBD> <SMS_NgayKT>2025-06-07T21:40:21.9305957+07:00</SMS_NgayKT> <SMS_NgayUpdate>2025-06-07T21:40:21.9305957+07:00</SMS_NgayUpdate> <SMS_TraCuu>true</SMS_TraCuu> <SMS_TrangThai>true</SMS_TrangThai> <TenQuy>sample string 4</TenQuy> <UserCreate>sample string 12</UserCreate> </SMSLog_ModelGet> <SMSLog_ModelGet> <DateCreate>2025-06-07T21:40:21.9305957+07:00</DateCreate> <DiaChi>sample string 6</DiaChi> <GhiChu>sample string 11</GhiChu> <ID>1</ID> <KhuVuc_Ten>sample string 5</KhuVuc_Ten> <MaQuy>sample string 3</MaQuy> <PGD_Status>true</PGD_Status> <QTDND_ID>2</QTDND_ID> <SMS_Brand>true</SMS_Brand> <SMS_NgayBD>2025-06-07T21:40:21.9305957+07:00</SMS_NgayBD> <SMS_NgayKT>2025-06-07T21:40:21.9305957+07:00</SMS_NgayKT> <SMS_NgayUpdate>2025-06-07T21:40:21.9305957+07:00</SMS_NgayUpdate> <SMS_TraCuu>true</SMS_TraCuu> <SMS_TrangThai>true</SMS_TrangThai> <TenQuy>sample string 4</TenQuy> <UserCreate>sample string 12</UserCreate> </SMSLog_ModelGet> </ArrayOfSMSLog_ModelGet>