POST apiwba/bap/platechange
Request Information
URI Parameters
None.
Body Parameters
BapProcessPlateChangeInput| Name | Description | Type | Additional information |
|---|---|---|---|
| XNCodeOld | integer |
None. |
|
| VehicleOld | string |
None. |
|
| XNCodeNew | integer |
None. |
|
| VehicleNew | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"XNCodeOld": 1,
"VehicleOld": "sample string 2",
"XNCodeNew": 3,
"VehicleNew": "sample string 4",
"Username": "sample string 5",
"Password": "sample string 6"
}
application/xml, text/xml
Sample:
<BapProcessPlateChangeInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model"> <Password xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 6</Password> <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 5</Username> <VehicleNew>sample string 4</VehicleNew> <VehicleOld>sample string 2</VehicleOld> <XNCodeNew>3</XNCodeNew> <XNCodeOld>1</XNCodeOld> </BapProcessPlateChangeInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonTaxiApiRsBase| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageResult | string |
None. |
|
| IsSucceed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessageResult": "sample string 1",
"IsSucceed": true
}
application/xml, text/xml
Sample:
<JsonTaxiApiRsBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model"> <IsSucceed>true</IsSucceed> <MessageResult>sample string 1</MessageResult> </JsonTaxiApiRsBase>