Skip to main content

Arguments

input : UpdatePropertyAddressInput! required

Input fields for updating the address of a property.

Returns

UpdatePropertyAddress

Update the address of an existing property.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can update property details

Query Complexity

5

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation UpdatePropertyAddress($input: UpdatePropertyAddressInput!) { updatePropertyAddress(input: $input) { property { ...PropertyTypeFragment } } }

Variables

Response

{ "data": { "updatePropertyAddress": { "property": PropertyType } } }