GetMonthlyVehicle1 will return the vehicle details that was created using the MonthlyVehicle endpoint. If the monthly account has multiple Vehicles and detail is needed for all linked Vehicles, then the endpoint will be used per Vehicle. This call can be used for all types of accounts: Monthly, Membership, Residential, and Master Accounts.
Request #
Example #
<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> <GetMonthlyVehicle1 xmlns="http://kleverlogic.com/webservices/"> <securityToken>YOUR_SECURITY_TOKEN</securityToken> <locationID>LOCATION_ID</locationID> <vehicleId>VEHICLE_ID</vehicleId> <accountNumber>ACCOUNT_NUMBER</accountNumber> </GetMonthlyVehicle1> </soap:Body> </soap:Envelope>
Parameters #
Value | Required Field | Description | Data Type |
YOUR_SECURITY_TOKEN | Yes | We provide you with a security token in GUID format Note that this security token will differ from location to location. Your security token for the Monthly API is not used globally across all locations. We will provide you with a different security token per each location you create monthly accounts for. | string (GUID format) |
LOCATION_ID | Yes | We provide you with a location ID in GUID format. The location ID corresponds with the location you are creating monthly accounts for | string (GUID format) |
ACCOUNT_NUMBER_TYPE | When passing through this value it will identify whether or not the Account Number being passed through is the Third Party System Generated Unique Value or the Flash Account number. | string | |
ACCOUNT_NUMBER | Yes | Third Party system generated unique value. This can match the account number in your system. This account number is external and different from the internal account number generated by the Flashparking system. | string |
VEHICLE_ID_TYPE | When passing through this value it will identify whether or not the VehicleID being passed through is the Third Party System Generated Unique Value or the Flash Account number. | string | |
VEHICLE_ID | Yes | Third Party system generated vehicle unique value. This can match the account number in your system. This vehicle number is external and different from the internal vehicle GUID generated by the Flashparking system. | string |
Response #
Example #
<?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> <GetMonthlyVehicle1Response xmlns="http://kleverlogic.com/webservices/"> <GetMonthlyVehicle1Result> <AccountNumber>string</AccountNumber> <Code>Success or GeneralFailure or InvalidLogin or InvalidLocation or NotFound</Code> <KeyBarcode>string</KeyBarcode> <KeyHook>string</KeyHook> <Message>string</Message> <ParkingSpot>string</ParkingSpot> <RFIDNumber>string</RFIDNumber> <VehicleBarcode>string</VehicleBarcode> <VehicleColor>string</VehicleColor> <VehicleID>string</VehicleID> <VehicleLicenseNumber>string</VehicleLicenseNumber> <VehicleLicenseState>string</VehicleLicenseState> <VehicleMake>string</VehicleMake> <VehicleModel>string</VehicleModel> <VehicleNickname>string</VehicleNickname> </GetMonthlyVehicle1Result> </GetMonthlyVehicle1Response> </soap:Body> </soap:Envelope>
Parameters #
The response should include a GetMonthlyVehicle1 object with the following data:
Field | Description |
Code | If the request succeeded, the value of RESULT_CODE will be Success . If the request failed, a relevant error code will be provided. |
Message | A message with clarifying information about the result is provided in this field |
[dkpdf-button]