Skip to main content
PUT
Update a Contact Address

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contactAddressId
string
required

(Required) The contact address identifier.

Body

application/json
label
string

The label for the address, for example Home or Work.

address1
string

The first line of the street address.

address2
string

The second line of the street address.

city
string

The city of the address.

state
string

The state or province of the address.

postal
string

The postal or ZIP code of the address.

country
string

The country of the address.

setAsPrimary
string

When true, this record becomes the primary one for the contact, replacing any existing primary.

startMonth
string

The month the seasonal address becomes active, from 1 to 12.

startDay
string

The day of the month the seasonal address becomes active.

endMonth
string

The month the seasonal address stops being active, from 1 to 12.

endDay
string

The day of the month the seasonal address stops being active.

Response

OK

id
string

The unique identifier of the record in Virtuous.

label
string
address1
string
address2
string
city
string
state
string
postal
string
country
string
isPrimary
string

When true, this is the primary record for the contact.

canBePrimary
string

When true, this record is eligible to be made the primary one.

startMonth
string
startDay
string
endMonth
string
endDay
string
createDateTimeUtc
string

The UTC date and time the record was created.

createdByUser
string

The name of the user who created the record.

modifiedDateTimeUtc
string

The UTC date and time the record was last modified.

modifiedByUser
string

The name of the user who last modified the record.

Last modified on August 11, 2026