POST api/NhanVien/LuuThongTinGiaHanPhoi

Request Information

URI Parameters

None.

Body Parameters

API_Modal_GiaHanPhoi
NameDescriptionTypeAdditional information
hoTen

string

None.

soTien

integer

None.

soDienThoai

string

None.

email

string

None.

noiDungSMS

string

None.

thoiGianGuiSMS

string

None.

thoiGianDenHanLuuTru

string

None.

userCreate

string

None.

trangThaiGuiSMS

integer

None.

ghiChu

string

None.

Request Formats

application/json, text/json

Sample:
{
  "hoTen": "sample string 1",
  "soTien": 2,
  "soDienThoai": "sample string 3",
  "email": "sample string 4",
  "noiDungSMS": "sample string 5",
  "thoiGianGuiSMS": "sample string 6",
  "thoiGianDenHanLuuTru": "sample string 7",
  "userCreate": "sample string 8",
  "trangThaiGuiSMS": 9,
  "ghiChu": "sample string 10"
}

application/xml, text/xml

Sample:
<API_Modal_GiaHanPhoi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_NhanSu.Models">
  <email>sample string 4</email>
  <ghiChu>sample string 10</ghiChu>
  <hoTen>sample string 1</hoTen>
  <noiDungSMS>sample string 5</noiDungSMS>
  <soDienThoai>sample string 3</soDienThoai>
  <soTien>2</soTien>
  <thoiGianDenHanLuuTru>sample string 7</thoiGianDenHanLuuTru>
  <thoiGianGuiSMS>sample string 6</thoiGianGuiSMS>
  <trangThaiGuiSMS>9</trangThaiGuiSMS>
  <userCreate>sample string 8</userCreate>
</API_Modal_GiaHanPhoi>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.