Skip to content
R-Service R-Service
RR Tech Service Management Developer Guide

Address Object

The fields in this section list which values can be retrieved when querying Address records.

address ( String )

The address lines.

city ( String )

The city name.

country ( String )

The country name.

id ( ID! )

Unique identifier of the object.

integration ( Boolean )

The Integration field is a hidden checkbox that can be set to true using this API or the Import functionality. When checked, the address is displayed as read-only in the user interface to prevent users from updating it.

label ( AddressLabel )

The Label of the address details.

state ( String )

The state name.

zip ( String )

The zip code.

Address implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a Address.