patch https://{tenant}.rubixx.app/api/v2.3/accounts//alternatereferences/
Note: Ensure that any account reference and alternate reference included in the URL are URL-encoded.
This prevents issues with invalid URL characters, such as spaces or special characters, which may cause the request to fail.
Do not encode the account reference or alternate reference in the JSON body of the PATCH request; only encode them in the URL parameters.
Sample Request:
PATCH /api/v2.3/accounts/ALB03-RA/alternateReferences/KIRK+2+Albert
{
"newAlternateReference": "TEST-456-RA",
"newReferenceType": "HA"
}
Required Permission(s): Occupancy.ManageAccounts