POST api/GetValues/BuspassSettlement
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| modelstlmntdetails | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"passid": 1,
"Monthlycount": 2,
"Quarterlycount": 3,
"Halfyearlycount": 4,
"identificationNo": "sample string 5",
"uniqID": "sample string 6",
"printdate": "sample string 7",
"amount": 8.0
}
application/xml, text/xml
Sample:
<Modelbuspassstlmnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceApi.Models"> <Halfyearlycount>4</Halfyearlycount> <Monthlycount>2</Monthlycount> <Quarterlycount>3</Quarterlycount> <amount>8</amount> <identificationNo>sample string 5</identificationNo> <passid>1</passid> <printdate>sample string 7</printdate> <uniqID>sample string 6</uniqID> </Modelbuspassstlmnt>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<Modelstlmntresp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceApi.Models"> <Msg>sample string 2</Msg> <status>sample string 1</status> </Modelstlmntresp>