POST api/Tolltax/IsTollTaxInserted?month={month}&year={year}&vehicleid={vehicleid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
Required |
|
| year | string |
Required |
|
| vehicleid | string |
Required |
Body Parameters
MySQLDBNone.
Request Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<MySQLDB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/jashpackaging.Classes" />
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>