Phonixx Api

<back to all web services

ParkingZonePriceV4

The following routes are available for this service:
GET,OPTIONS/v4/parking/price

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

<ParkingZonePriceV4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v4">
  <access_code>String</access_code>
  <space_number>String</space_number>
  <time_block_id>0</time_block_id>
  <time_block_quantity>0</time_block_quantity>
  <time_block_unit>Minutes</time_block_unit>
  <vehicle_country>String</vehicle_country>
  <vehicle_lpn>String</vehicle_lpn>
  <vehicle_state>String</vehicle_state>
  <zone_code>String</zone_code>
</ParkingZonePriceV4>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ParkingZonePriceV4Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v4">
  <culture_code>String</culture_code>
  <currency>String</currency>
  <currency_symbol>String</currency_symbol>
  <is_parking_allowed>false</is_parking_allowed>
  <max_parking_time>
    <Minutes>0</Minutes>
    <TotalMinutes>0</TotalMinutes>
    <days>0</days>
    <hours>0</hours>
  </max_parking_time>
  <parking_not_allowed_reason>String</parking_not_allowed_reason>
  <parking_start_time_local>String</parking_start_time_local>
  <parking_start_time_utc>String</parking_start_time_utc>
  <parking_stop_time_local>String</parking_stop_time_local>
  <parking_stop_time_utc>String</parking_stop_time_utc>
  <policy_line_items xmlns:d2p1="http://schemas.datacontract.org/2004/07/ParkMobile.Web.Clients.LynxxZoneInfoService">
    <d2p1:PolicyLineItem>
      <d2p1:amountField>0</d2p1:amountField>
      <d2p1:paidMinutesField>0</d2p1:paidMinutesField>
      <d2p1:policyIdField>0</d2p1:policyIdField>
    </d2p1:PolicyLineItem>
  </policy_line_items>
  <price>
    <parking_price>0</parking_price>
  </price>
  <time_zone_standard_name>String</time_zone_standard_name>
</ParkingZonePriceV4Response>