Passes


Click here for a complete list of operations.

CreateVehicleInfo

Creates a pass with a vehicle or stall

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
method:
parkerentryid:
entrytime:
exittime:
currenttime:
spacenum:
spaceinternalid:
spacemappingvalue:
expirationtimeinsecs:
vehicleid:
licenseplatenumber:
lpn:
stateabbreviation:
authorizationamountincents:
ratename:
zonenumber:
zonename:
parkeon_zone_number:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Passes.asmx HTTP/1.1
Host: parkmobile.cloud.townofbwg.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.edc-aim.com/schemas/passes_ws/CreateVehicleInfo"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CreateVehicleInfo xmlns="http://www.edc-aim.com/schemas/passes_ws/">
      <method>string</method>
      <parkerentryid>string</parkerentryid>
      <entrytime>string</entrytime>
      <exittime>string</exittime>
      <currenttime>string</currenttime>
      <spacenum>string</spacenum>
      <spaceinternalid>string</spaceinternalid>
      <spacemappingvalue>string</spacemappingvalue>
      <expirationtimeinsecs>string</expirationtimeinsecs>
      <vehicleid>string</vehicleid>
      <licenseplatenumber>string</licenseplatenumber>
      <lpn>string</lpn>
      <stateabbreviation>string</stateabbreviation>
      <authorizationamountincents>string</authorizationamountincents>
      <ratename>string</ratename>
      <zonenumber>string</zonenumber>
      <zonename>string</zonename>
      <parkeon_zone_number>string</parkeon_zone_number>
    </CreateVehicleInfo>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CreateVehicleInfoResponse xmlns="http://www.edc-aim.com/schemas/passes_ws/">
      <CreateVehicleInfoResult>
        <success>boolean</success>
      </CreateVehicleInfoResult>
    </CreateVehicleInfoResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Passes.asmx HTTP/1.1
Host: parkmobile.cloud.townofbwg.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CreateVehicleInfo xmlns="http://www.edc-aim.com/schemas/passes_ws/">
      <method>string</method>
      <parkerentryid>string</parkerentryid>
      <entrytime>string</entrytime>
      <exittime>string</exittime>
      <currenttime>string</currenttime>
      <spacenum>string</spacenum>
      <spaceinternalid>string</spaceinternalid>
      <spacemappingvalue>string</spacemappingvalue>
      <expirationtimeinsecs>string</expirationtimeinsecs>
      <vehicleid>string</vehicleid>
      <licenseplatenumber>string</licenseplatenumber>
      <lpn>string</lpn>
      <stateabbreviation>string</stateabbreviation>
      <authorizationamountincents>string</authorizationamountincents>
      <ratename>string</ratename>
      <zonenumber>string</zonenumber>
      <zonename>string</zonename>
      <parkeon_zone_number>string</parkeon_zone_number>
    </CreateVehicleInfo>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CreateVehicleInfoResponse xmlns="http://www.edc-aim.com/schemas/passes_ws/">
      <CreateVehicleInfoResult>
        <success>boolean</success>
      </CreateVehicleInfoResult>
    </CreateVehicleInfoResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /Passes.asmx/CreateVehicleInfo?method=string&parkerentryid=string&entrytime=string&exittime=string&currenttime=string&spacenum=string&spaceinternalid=string&spacemappingvalue=string&expirationtimeinsecs=string&vehicleid=string&licenseplatenumber=string&lpn=string&stateabbreviation=string&authorizationamountincents=string&ratename=string&zonenumber=string&zonename=string&parkeon_zone_number=string HTTP/1.1
Host: parkmobile.cloud.townofbwg.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ApiPassInfoReturn xmlns="http://www.edc-aim.com/schemas/passes_ws/">
  <success>boolean</success>
</ApiPassInfoReturn>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /Passes.asmx/CreateVehicleInfo HTTP/1.1
Host: parkmobile.cloud.townofbwg.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

method=string&parkerentryid=string&entrytime=string&exittime=string&currenttime=string&spacenum=string&spaceinternalid=string&spacemappingvalue=string&expirationtimeinsecs=string&vehicleid=string&licenseplatenumber=string&lpn=string&stateabbreviation=string&authorizationamountincents=string&ratename=string&zonenumber=string&zonename=string&parkeon_zone_number=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ApiPassInfoReturn xmlns="http://www.edc-aim.com/schemas/passes_ws/">
  <success>boolean</success>
</ApiPassInfoReturn>