The ResetToNeutral call resets the selected account to a neutral state.
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>
<ResetToNeutral xmlns="http://kleverlogic.com/webservices/">
<securityToken>SECURITY_TOKEN</securityToken>
<locationID>LOCATION_ID</locationID>
<accountNumber>ACCOUNT_NUMBER</accountNumber>
</ResetToNeutral>
</soap:Body>
</soap:Envelope>
Parameters #
Value | Required Field | Description | Data Type |
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 | 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. In order, to delete or update a monthly account generated by a third party sytem, this external Account_Number will be required in the api request. | String |
Response #
Example #
<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>
<ResetToNeutral xmlns="http://kleverlogic.com/webservices/">
<securityToken>string</securityToken>
<locationID>string</locationID>
<accountNumber>string</accountNumber>
</ResetToNeutral>
</soap12:Body>
</soap12:Envelope>
Parameters #
The response should include a MonthlyAccountResult 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 |