v1.0

put

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

Manages a specific contact or organization association for the source entity. Allowed action values: RETIRE or TRANSFER.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : ENTITY_MANAGEMENT_REQUEST_TITLE
Type: object
Title: ENTITY_MANAGEMENT_REQUEST_TITLE
ENTITY_MANAGEMENT_REQUEST_DESC
Show Source
Nested Schema : MANAGE_STUDY_ENTITY_DTO_TITLE
Type: object
Title: MANAGE_STUDY_ENTITY_DTO_TITLE
MANAGE_STUDY_ENTITY_DTO_DESC
Show Source
Example:
[
    {
        "id":"C36A3197FDEE433FB5547EE83DE99E4B"
    }
]
Nested Schema : MANAGE_ENTITY_DTO_TITLE
Type: object
Title: MANAGE_ENTITY_DTO_TITLE
MANAGE_ENTITY_DTO_DESC
Show Source
  • Title: MANAGE_ENTITY_DTO_ASSOCIATION_ID_TITLE
    MANAGE_ENTITY_DTO_ASSOCIATION_ID_DESC
  • Title: Comment
    Minimum Length: 0
    Maximum Length: 2048
    Additional comment captured for the audited update.
    Example: Association adjusted after data reconciliation.
  • Title: MANAGE_ENTITY_DTO_ENTITY_ACTION_TITLE
    Minimum Length: 0
    Maximum Length: 25
    MANAGE_ENTITY_DTO_ENTITY_ACTION_DESC
    Example: TRANSFER
  • Title: MANAGE_ENTITY_DTO_ENTITY_ID_TITLE
    MANAGE_ENTITY_DTO_ENTITY_ID_DESC
  • Title: MANAGE_ENTITY_DTO_ENTITY_NAME_TITLE
    Minimum Length: 0
    Maximum Length: 50
    MANAGE_ENTITY_DTO_ENTITY_NAME_DESC
    Example: Acme Institution
  • Title: MANAGE_ENTITY_DTO_ENTITY_TYPE_TITLE
    Minimum Length: 0
    Maximum Length: 25
    MANAGE_ENTITY_DTO_ENTITY_TYPE_DESC
    Example: INVESTIGATOR
  • Title: MANAGE_ENTITY_DTO_MODES_TITLE
    Allowed Values: [ "TESTING", "PRODUCTION", "TRAINING", "STUDY_DESIGN" ]
    MANAGE_ENTITY_DTO_MODES_DESC
  • Title: Reason
    Minimum Length: 0
    Maximum Length: 255
    Reason provided for the audited update.
    Example: Protocol update requested by study operations.
  • Title: MANAGE_ENTITY_DTO_TARGET_ID_TITLE
    MANAGE_ENTITY_DTO_TARGET_ID_DESC
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