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 String
    Description 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 String
    Description The state where the vehicle registration is from.
    Required true
    Example <a class="showCode" href="/be/getVehicleRegistrationMetadata?state=NSW">/be/getVehicleRegistrationMetadata?state=NSW</a>
  • rego
    Type String
    Description The vehicle registration number to validate.
    Required true
    Example <a class="showCode" href="/be/getVehicleRegistrationMetadata?rego=ABC123">/be/getVehicleRegistrationMetadata?rego=ABC123</a>
  • q
    Type Int32
    Description Required by IStandardVCRequest interface.
  • uiView
    Type Boolean
    Description Required by IStandardVCRequest interface.
  • IgnoreCache
    Type Boolean
    Description Required by IStandardVCRequest interface.
  • ShowError
    Type Boolean
    Description Required by IStandardVCRequest interface.
  • callback
    Type String
    Description Required by IStandardVCRequest interface.

Faults

  • Name Json Result Error
    Description This error is thrown where something happens and it was unexpected.
    Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>