POST api/Tolltax/IsTollTaxInserted?month={month}&year={year}&vehicleid={vehicleid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
month

string

Required

year

string

Required

vehicleid

string

Required

Body Parameters

MySQLDB

None.

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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MySQLDB'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

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