POST themdanhsachtb_phucapkhac

Request Information

URI Parameters

None.

Body Parameters

Collection of tb_phucapkhac
NameDescriptionTypeAdditional information
id

integer

None.

tenphucap

string

None.

thang

integer

None.

nam

integer

None.

maxa

integer

None.

updated_at

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "tenphucap": "sample string 2",
    "thang": 3,
    "nam": 4,
    "maxa": 5,
    "updated_at": "QEA="
  },
  {
    "id": 1,
    "tenphucap": "sample string 2",
    "thang": 3,
    "nam": 4,
    "maxa": 5,
    "updated_at": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOftb_phucapkhac xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <tb_phucapkhac>
    <id>1</id>
    <maxa>5</maxa>
    <nam>4</nam>
    <tenphucap>sample string 2</tenphucap>
    <thang>3</thang>
    <updated_at>QEA=</updated_at>
  </tb_phucapkhac>
  <tb_phucapkhac>
    <id>1</id>
    <maxa>5</maxa>
    <nam>4</nam>
    <tenphucap>sample string 2</tenphucap>
    <thang>3</thang>
    <updated_at>QEA=</updated_at>
  </tb_phucapkhac>
</ArrayOftb_phucapkhac>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

tb_phucapkhac
NameDescriptionTypeAdditional information
id

integer

None.

tenphucap

string

None.

thang

integer

None.

nam

integer

None.

maxa

integer

None.

updated_at

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tenphucap": "sample string 2",
  "thang": 3,
  "nam": 4,
  "maxa": 5,
  "updated_at": "QEA="
}

application/xml, text/xml

Sample:
<tb_phucapkhac xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <id>1</id>
  <maxa>5</maxa>
  <nam>4</nam>
  <tenphucap>sample string 2</tenphucap>
  <thang>3</thang>
  <updated_at>QEA=</updated_at>
</tb_phucapkhac>