POST tien_truyluong?macb={macb}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
macb

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

decimal number

Response Formats

application/json, text/json

Sample:
1.1

application/xml, text/xml

Sample:
<double xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1.1</double>