POST api/viettin/createQRCode/{Nam}/{Thang}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Nam

integer

Required

Thang

integer

Required

Body Parameters

Collection of VTBQRModel
NameDescriptionTypeAdditional information
billNumber

string

Required

String length: inclusive between 0 and 12

amount

string

Required

String length: inclusive between 0 and 30

IdSap

string

Required

String length: inclusive between 0 and 12

Request Formats

application/json, text/json

Sample:
[
  {
    "billNumber": "sample string 1",
    "amount": "sample string 2",
    "IdSap": "sample string 3"
  },
  {
    "billNumber": "sample string 1",
    "amount": "sample string 2",
    "IdSap": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVietinBankQRModel.VTBQRModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_KD.Models">
  <VietinBankQRModel.VTBQRModel>
    <IdSap>sample string 3</IdSap>
    <amount>sample string 2</amount>
    <billNumber>sample string 1</billNumber>
  </VietinBankQRModel.VTBQRModel>
  <VietinBankQRModel.VTBQRModel>
    <IdSap>sample string 3</IdSap>
    <amount>sample string 2</amount>
    <billNumber>sample string 1</billNumber>
  </VietinBankQRModel.VTBQRModel>
</ArrayOfVietinBankQRModel.VTBQRModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

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