POST apiwba/all/delqcpassed
Request Information
URI Parameters
None.
Body Parameters
JsonTaxiApiInputBase| Name | Description | Type | Additional information |
|---|---|---|---|
| XNCode | integer |
None. |
|
| Key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"XNCode": 1,
"Key": "sample string 2"
}
application/xml, text/xml
Sample:
<JsonTaxiApiInputBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model"> <Key>sample string 2</Key> <XNCode>1</XNCode> </JsonTaxiApiInputBase>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiRsBase| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Description": "sample string 2"
}
application/xml, text/xml
Sample:
<ApiRsBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model"> <Description>sample string 2</Description> <IsSuccess>true</IsSuccess> </ApiRsBase>