POST api/Slider/create
Request Information
URI Parameters
None.
Body Parameters
SliderViewModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
TenHinh | string |
None. |
|
TenHinhNho | string |
None. |
|
Link | string |
None. |
|
STT | integer |
None. |
|
KichHoat | boolean |
None. |
|
NgayTao | date |
None. |
|
NguoiTao | string |
None. |
|
NgaySua | date |
None. |
|
NguoiSua | string |
None. |
|
DaXoa | boolean |
None. |
|
NgayXoa | date |
None. |
|
NguoiXoa | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "TenHinh": "sample string 2", "TenHinhNho": "sample string 3", "Link": "sample string 4", "STT": 1, "KichHoat": true, "NgayTao": "2024-12-27T10:09:09.0651423+07:00", "NguoiTao": "sample string 5", "NgaySua": "2024-12-27T10:09:09.0651423+07:00", "NguoiSua": "sample string 6", "DaXoa": true, "NgayXoa": "2024-12-27T10:09:09.0651423+07:00", "NguoiXoa": "sample string 7" }
application/xml, text/xml
Sample:
<SliderViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LcdCNTT.Web.Models"> <DaXoa>true</DaXoa> <ID>1</ID> <KichHoat>true</KichHoat> <Link>sample string 4</Link> <NgaySua>2024-12-27T10:09:09.0651423+07:00</NgaySua> <NgayTao>2024-12-27T10:09:09.0651423+07:00</NgayTao> <NgayXoa>2024-12-27T10:09:09.0651423+07:00</NgayXoa> <NguoiSua>sample string 6</NguoiSua> <NguoiTao>sample string 5</NguoiTao> <NguoiXoa>sample string 7</NguoiXoa> <STT>1</STT> <TenHinh>sample string 2</TenHinh> <TenHinhNho>sample string 3</TenHinhNho> </SliderViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |