HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/Profile HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<Profile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<AccountType>Unknown</AccountType>
<CanManagePaymentMethods>false</CanManagePaymentMethods>
<ClientType>String</ClientType>
<Culture>String</Culture>
<CurrentPassword>String</CurrentPassword>
<Email>String</Email>
<EmailVerifyRequired>false</EmailVerifyRequired>
<FirstName>String</FirstName>
<IsMainUser>false</IsMainUser>
<LastName>String</LastName>
<Mobile>String</Mobile>
<NewPassword>String</NewPassword>
<ParkmobileSystem>
<Id>0</Id>
<Name>String</Name>
</ParkmobileSystem>
<TicketMasterId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</TicketMasterId>
<UserId>0</UserId>
<UserName>String</UserName>
</Profile>