V1.0

put

/ec-dc-svc/rest/v1.0/studies/{studyId}/{mode}/codingstatus/codedItems

Updates or inserts multiple coded data elements with value for a source data element and source value.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request object for inserting or updating coded values for a source, with a list of codes applied.
Show Source
Nested Schema : codeValuesList
Type: object
Represents a coded value applied to a source value. Includes coding information, item and target identifiers and the coded result.
Show Source
  • Minimum Length: 0
    Maximum Length: 4000
    The actual code value derived from the coding process.
    Example: R79.0
  • Unique identifier(UUID, 32-character uppercase hexadecimal string) for the coding info used to derive the code.
    Example: 3A1A5E8B0F894A9CA9F324D04B162F23
  • Unique Item identifier (UUID, 32-character uppercase hexadecimal string) from the study Designer, associated to a form.
    Example: 5B3B7E0ED4F24E30B5A3A44C5A896C90
  • Unique identifier(UUID, 32-character uppercase hexadecimal string) for the coding result target.
    Example: F843B5478028498882E3AF11FEBA3F2A
Examples

Back to Top

Response

Supported Media Types

200 Response

Successfully updated coded item(s). Response contains Coded Derrived Items Response with all mapped results.
Body ()
Root Schema : CodedDerrivedItemsResponse
Type: object
Response object containing coded items for a given source, including property, value, and applied codes.
Show Source
Nested Schema : codeValuesList
Type: object
Represents a coded item in a data element response, including identifiers, source value, and a referenced DataElement object.
Show Source
Nested Schema : DataElementDto
Type: object
Base data element details including identity, study and subject context, values and metadata
Show Source
Examples

400 Response

Bad Request (missing or invalid data).
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Structure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
  • details
    Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
  • Application or business-specific error code representing the error type.
    Example: REPT_401
  • Human-readable error message describing the failure or issue.
    Example: Unauthorized: User does not have access to the requested resource
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId
Back to Top