Bookeasy - Get Vehicle Registration Metadata( getVehicleRegistrationMetadata )
Navigate to Bookeasy
Details
- Name Get Vehicle Registration Metadata
- Description Responsible for getting vehicle registration metadata externally.
- MethodGroup Vehicle
Parameters
-
key
Type StringDescription The Session Id the cart belongs to.Example <a class="showCode" href="/be/getVehicleRegistrationMetadata?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7">/be/getVehicleRegistrationMetadata?key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7</a>
-
state
Type StringDescription The state where the vehicle registration is from.Required trueExample <a class="showCode" href="/be/getVehicleRegistrationMetadata?state=NSW">/be/getVehicleRegistrationMetadata?state=NSW</a>
-
rego
Type StringDescription The vehicle registration number to validate.Required trueExample <a class="showCode" href="/be/getVehicleRegistrationMetadata?rego=ABC123">/be/getVehicleRegistrationMetadata?rego=ABC123</a>
-
q
Type Int32Description Required by IStandardVCRequest interface.
-
uiView
Type BooleanDescription Required by IStandardVCRequest interface.
-
IgnoreCache
Type BooleanDescription Required by IStandardVCRequest interface.
-
ShowError
Type BooleanDescription Required by IStandardVCRequest interface.
-
callback
Type StringDescription Required by IStandardVCRequest interface.
Faults
-
Name Json Result ErrorDescription This error is thrown where something happens and it was unexpected.Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>