RemoveChildAccountLink unlinks the child account from the Master Account.
POST #
POST /api/monthly/RemoveChildAccountLink #
securityToken: "string"
{
“AccountNumber”: “string”,
“LocationId”: “string”
}
Parameters #
| Value | Required Field | Description | Data Type |
| securityToken | 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) |
AccountNumber | 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 Flash Parking system. In order, to delete or update a monthly account generated by a third party system, this external AccountNumber will be required in the API request. | string |
LocationId | 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) |
Response #
Example #
{
"Code": "Success",
"Message": "string",
"LocationProfiles": [
{
"UniqueID": "00000000-0000-0000-0000-000000000000",
"Name": "string"
}
]
}
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. |