HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/ZonePrice HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<ZonePrice 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>
<SpaceNumber>String</SpaceNumber>
<StartTimeLocal>String</StartTimeLocal>
<SupplierVehicleTypeId>0</SupplierVehicleTypeId>
<TimeBlockQuantity>0</TimeBlockQuantity>
<TimeBlockUnit>Minutes</TimeBlockUnit>
<TimeblockId>0</TimeblockId>
</ZonePrice>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ZonePriceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<CultureCode>String</CultureCode>
<Currency>String</Currency>
<CurrencySymbol>String</CurrencySymbol>
<IsGroupParkingZone>false</IsGroupParkingZone>
<IsParkingAllowed>false</IsParkingAllowed>
<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>
<PriceDetail>
<AppliedDiscounts xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>String</d4p1: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>
</PriceDetail>
</Price>
<TimeZoneStandardName>String</TimeZoneStandardName>
</ZonePriceResponse>