POST bangluonghuyentonghopn?tuthang={tuthang}&tunam={tunam}&denthang={denthang}&dennam={dennam}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tuthang

integer

Required

tunam

integer

Required

denthang

integer

Required

dennam

integer

Required

Body Parameters

Paramater
NameDescriptionTypeAdditional information
maxa

integer

None.

mahuyen

integer

None.

matinh

integer

None.

thang

integer

None.

nam

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "maxa": 1,
  "mahuyen": 2,
  "matinh": 3,
  "thang": 4,
  "nam": 5
}

application/xml, text/xml

Sample:
<Paramater xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <mahuyen>2</mahuyen>
  <matinh>3</matinh>
  <maxa>1</maxa>
  <nam>5</nam>
  <thang>4</thang>
</Paramater>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
</ArrayOfanyType>