Phonixx Api

<back to all web services

Vehicle

The following routes are available for this service:
GET,POST,OPTIONS/account/vehicles
GET, DELETE, PUT,OPTIONS/account/vehicle/{VehicleId}

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/Vehicle HTTP/1.1 
Host: parkmobile.us 
Content-Type: application/xml
Content-Length: length

<Vehicle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
  <Country>String</Country>
  <Default>false</Default>
  <Description>String</Description>
  <GCID>String</GCID>
  <Make>String</Make>
  <Model>String</Model>
  <State>String</State>
  <VehicleId>0</VehicleId>
  <VehicleMakeId>0</VehicleMakeId>
  <VehicleType>
    <SupplierVehicleTypeId>0</SupplierVehicleTypeId>
    <VehicleTypeName>String</VehicleTypeName>
  </VehicleType>
  <Vin>String</Vin>
  <Vrn>String</Vrn>
</Vehicle>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<VehicleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
  <Count>0</Count>
  <Vehicles>
    <Vehicle>
      <Country>String</Country>
      <Default>false</Default>
      <Description>String</Description>
      <GCID>String</GCID>
      <Make>String</Make>
      <Model>String</Model>
      <State>String</State>
      <VehicleId>0</VehicleId>
      <VehicleMakeId>0</VehicleMakeId>
      <VehicleType>
        <SupplierVehicleTypeId>0</SupplierVehicleTypeId>
        <VehicleTypeName>String</VehicleTypeName>
      </VehicleType>
      <Vin>String</Vin>
      <Vrn>String</Vrn>
    </Vehicle>
  </Vehicles>
</VehicleResponse>