POST api/v1/vehicleinfo/link
Request Information
URI Parameters
None.
Body Parameters
PairVehicleRequestName | Description | Type | Additional information |
---|---|---|---|
licensePlate | string |
None. |
|
licensePlateProvince | string |
None. |
|
licenseRegisterDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "licensePlate": "sample string 1", "licensePlateProvince": "sample string 2", "licenseRegisterDate": "2024-11-16T11:43:40.353Z" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.