Get tenant first entity addresses by Association ID
get
/ec-site-svc/rest/v1.0/tenantsite/associations/{associationId}/addresses
Get addresses of tenant first entity for the passed association ID. However if passed ID belongs to INVESTIGATOR_INSTITUTION association, then it will return both tenant first entity and tenant second entity addresses.
Request
Path Parameters
-
associationId(required): string
Association identifier between tenant first entity and tenant second entity
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Nested Schema : EntityAddressAssociationDto
Type:
Show Source
object
-
addressCity: string
-
addressPostalcode(required): string
Minimum Length:
0
Maximum Length:20
-
addressProperties: array
addressProperties
Unique Items Required:
true
-
addressStateOrProvOrCounty: string
(uuid)
-
addressStateOrProvOrCountyCodeValue: string
-
addressStreet1: string
-
addressStreet2: string
-
addressType: string
(uuid)
-
addressTypeCodeValue: string
Minimum Length:
0
Maximum Length:150
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
country: string
(uuid)
-
countryCodeValue: string
Minimum Length:
0
Maximum Length:150
-
entityId: string
(uuid)
-
entityType: string
Minimum Length:
0
Maximum Length:50
-
id: string
(uuid)
-
mainPrimary: boolean
-
objectVersionNumber: number
-
reason: string
Minimum Length:
0
Maximum Length:255
-
versionStart: string
(date-time)
Nested Schema : PropertyDto
Type:
Show Source
object
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
entityId: string
(uuid)
-
entityType: string
Minimum Length:
0
Maximum Length:50
-
id: string
(uuid)
-
objectVersionNumber: number
-
propertyName(required): string
Minimum Length:
0
Maximum Length:100
-
propertyValue(required): string
Minimum Length:
0
Maximum Length:500
-
reason: string
Minimum Length:
0
Maximum Length:255
-
versionStart: string
(date-time)
400 Response
Bad request.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object