v1.0

put

/ec-site-svc/rest/v1.0/entitymanagement/entities/{entityType}/{srcEntityId}/manage/all

Manages all contact or organization associations for the source entity. Allowed action values: RETIRE or TRANSFER.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : ENTITY_MANAGEMENT_ACTION_REQUEST_TITLE
Type: object
Title: ENTITY_MANAGEMENT_ACTION_REQUEST_TITLE
ENTITY_MANAGEMENT_ACTION_REQUEST_DESC
Show Source
Nested Schema : ENTITY_MANAGEMENT_ACTION_REQUEST_DTO_TITLE
Type: object
Title: ENTITY_MANAGEMENT_ACTION_REQUEST_DTO_TITLE
ENTITY_MANAGEMENT_ACTION_REQUEST_DTO_DESC
Show Source
  • Title: Comment
    Minimum Length: 0
    Maximum Length: 2048
    Additional comment captured for the audited update.
    Example: Association adjusted after data reconciliation.
  • Title: ENTITY_MANAGEMENT_ACTION_REQUEST_DTO_ACTION_TITLE
    Minimum Length: 0
    Maximum Length: 25
    ENTITY_MANAGEMENT_ACTION_REQUEST_DTO_ACTION_DESC
    Example: TRANSFER
  • Title: Reason
    Minimum Length: 0
    Maximum Length: 255
    Reason provided for the audited update.
    Example: Protocol update requested by study operations.
Example:
{
    "targetTenantEntityId":"B1B8327AFAA6412287106192AB5984EF"
}
Examples

Back to Top

Response

Supported Media Types

204 Response

Successful operation.
Body ()
Root Schema : SDFResponse
Type: object
Title: SDFResponse
Wrapper for service responses containing result or error data.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
The result object for successful requests. Type depends on the API operation.
Example:
{
    "hasMore":"true",
    "totalResults":5,
    "count":5,
    "data":[
    ]
}
Nested Schema : details
Type: object
Examples

400 Response

Returned when one or more path parameters, query parameters, or request-body values fail endpoint validation.
Body ()
Root Schema : SDFResponse
Type: object
Title: SDFResponse
Wrapper for service responses containing result or error data.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
The result object for successful requests. Type depends on the API operation.
Example:
{
    "hasMore":"true",
    "totalResults":5,
    "count":5,
    "data":[
    ]
}
Nested Schema : details
Type: object
Examples

Back to Top