Phonixx Api

<back to all web services

ParkingZonePrice

The following routes are available for this service:
GET,OPTIONS/parking/price/{InternalZoneCode}
GET,OPTIONS/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/ParkingZonePrice HTTP/1.1 
Host: parkmobile.us 
Content-Type: application/xml
Content-Length: length

<ParkingZonePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
  <AccessCode>String</AccessCode>
  <InternalZoneCode>String</InternalZoneCode>
  <Lat>String</Lat>
  <Lon>String</Lon>
  <MasterPassTransaction>false</MasterPassTransaction>
  <ParkingActionId>0</ParkingActionId>
  <PromoCode>String</PromoCode>
  <SelectedBillingMethodId>0</SelectedBillingMethodId>
  <SelectedDiscounts>String</SelectedDiscounts>
  <SpaceNumber>String</SpaceNumber>
  <StartTimeLocal>String</StartTimeLocal>
  <SupplierVehicleTypeId>0</SupplierVehicleTypeId>
  <TimeBlockQuantity>0</TimeBlockQuantity>
  <TimeBlockUnit>Minutes</TimeBlockUnit>
  <TimeblockId>0</TimeblockId>
  <VehicleId>0</VehicleId>
  <VehicleVrn>String</VehicleVrn>
  <VehicleVrnState>String</VehicleVrnState>
</ParkingZonePrice>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ParkingZonePriceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
  <AddPromoErrors>
    <ErrorType>Undefined</ErrorType>
    <Message>String</Message>
  </AddPromoErrors>
  <CultureCode>String</CultureCode>
  <Currency>String</Currency>
  <CurrencySymbol>String</CurrencySymbol>
  <HasAddPromoErrors>false</HasAddPromoErrors>
  <HasPromoErrors>false</HasPromoErrors>
  <IsGroupParkingZone>false</IsGroupParkingZone>
  <IsParkingAllowed>false</IsParkingAllowed>
  <MasterPassPromoWillBeUsed>false</MasterPassPromoWillBeUsed>
  <MaxParkingTime>
    <Days>0</Days>
    <Hours>0</Hours>
    <Minutes>0</Minutes>
    <TotalMinutes>0</TotalMinutes>
  </MaxParkingTime>
  <MerchantName>String</MerchantName>
  <ParkingNotAllowedReason>String</ParkingNotAllowedReason>
  <ParkingStartTimeLocal>String</ParkingStartTimeLocal>
  <ParkingStartTimeUtc>String</ParkingStartTimeUtc>
  <ParkingStopTimeLocal>String</ParkingStopTimeLocal>
  <ParkingStopTimeUtc>String</ParkingStopTimeUtc>
  <PolicyLineItems 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>
  </PolicyLineItems>
  <PrePaymentType>Immediate</PrePaymentType>
  <Price>
    <AppliedDiscounts xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </AppliedDiscounts>
    <BillingMethodId>0</BillingMethodId>
    <BillingType>NotSet</BillingType>
    <ExternalCreditCardSource>String</ExternalCreditCardSource>
    <MembershipTypeId>0</MembershipTypeId>
    <ParkingDiscount>0</ParkingDiscount>
    <ParkingPrice>0</ParkingPrice>
    <ParkingPriceExVatAmount>0</ParkingPriceExVatAmount>
    <ParkingVat>0</ParkingVat>
    <ParkingVatPercentage>0</ParkingVatPercentage>
    <ServiceFee>0</ServiceFee>
    <ServiceFeeDiscount>0</ServiceFeeDiscount>
    <ServiceFeeExVatAmount>0</ServiceFeeExVatAmount>
    <ServiceFeeVat>0</ServiceFeeVat>
    <ServiceFeeVatPercentage>0</ServiceFeeVatPercentage>
    <ShowVat>false</ShowVat>
    <TotalPrice>0</TotalPrice>
  </Price>
  <SelectedPromoErrorMessage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </SelectedPromoErrorMessage>
  <TimeZoneStandardName>String</TimeZoneStandardName>
  <begin>String</begin>
  <end>String</end>
</ParkingZonePriceResponse>