Edit Alias Code

Edit an alias code with a PUT request to the endpoint with the alias code ID (enterprise customers only).

The post body should contain the data to be updated as a JSON object:

{
    code: "123456",
    location: {
        id: 7654321
    },
    access: {
        id: 1234567
    }
}

Returns the alias code object if the update succeeded.

Language
Credentials
Basic
base64
: