Phonixx Api

<back to all web services

ReservationMigrationV3Request

The following routes are available for this service:
POST/v3/parking/user/reservation/migration

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/oneway/ReservationMigrationV3Request HTTP/1.1 
Host: parkmobile.us 
Content-Type: application/xml
Content-Length: length

<ReservationMigrationV3Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v2">
  <Domain>String</Domain>
  <Email>String</Email>
  <OrderId>0</OrderId>
  <Vehicles xmlns:d2p1="urn:parkmobile:phonixx:api:v1">
    <d2p1:Vehicle>
      <d2p1:Country>String</d2p1:Country>
      <d2p1:Default>false</d2p1:Default>
      <d2p1:Description>String</d2p1:Description>
      <d2p1:GCID>String</d2p1:GCID>
      <d2p1:Make>String</d2p1:Make>
      <d2p1:Model>String</d2p1:Model>
      <d2p1:State>String</d2p1:State>
      <d2p1:VehicleId>0</d2p1:VehicleId>
      <d2p1:VehicleMakeId>0</d2p1:VehicleMakeId>
      <d2p1:VehicleType>
        <d2p1:SupplierVehicleTypeId>0</d2p1:SupplierVehicleTypeId>
        <d2p1:VehicleTypeName>String</d2p1:VehicleTypeName>
      </d2p1:VehicleType>
      <d2p1:Vin>String</d2p1:Vin>
      <d2p1:Vrn>String</d2p1:Vrn>
    </d2p1:Vehicle>
  </Vehicles>
  <FirstName>String</FirstName>
  <LastName>String</LastName>
  <UserId>0</UserId>
</ReservationMigrationV3Request>