PUT api/address/{id}

Updates the given .

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the resource.

globally unique identifier

Required

Body Parameters

AddressDto
NameDescriptionTypeAdditional information
AddressProperties

Collection of AddressPropertyDto

None.

SalesPeople

Collection of SalesPersonDto

None.

WorkingHours

Collection of WorkingHoursDto

None.

Id

globally unique identifier

None.

CreationDate

date

None.

AddressName

string

None.

Line1

string

None.

Line2

string

None.

Line3

string

None.

Line4

string

None.

Locality

string

None.

PostalCode

string

None.

CountryCode

string

None.

Telephone

string

None.

Email

string

None.

Website

string

None.

Reference

string

None.

PersonId

globally unique identifier

None.

CompanyId

globally unique identifier

None.

ManagerGroupId

globally unique identifier

None.

StaffGroupId

globally unique identifier

None.

IsDeleted

boolean

None.

LastActive

date

None.

DateAnonymised

date

None.

Status

AddressDtoStatus

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.