v3.0

put

/ec-site-svc/rest/v3.0/studies/{studyId}/{mode}/labs/{studyLabId}/labnormals

Compared with v2, this version adds operationType-driven bulk actions (CREATE, UPDATE, REMOVE) for lab normals.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: array
Show Source
Nested Schema : LabNormalOpTypeTO
Type: object
Show Source
Nested Schema : Lab Normal List
Type: array
Title: Lab Normal List
Lab normals included in the operation.
Show Source
Example:
[
    {
        "sequence":1,
        "test":"HEMOGLOBIN",
        "labUnit":"mg/dL",
        "lowRange":"10",
        "highRange":"100",
        "gender":"Female",
        "ageFrom":5,
        "ageTo":15,
        "ageFromUnits":"years",
        "ageToUnits":"years"
    }
]
Nested Schema : LabNormalTO v1.0
Type: object
Title: LabNormalTO v1.0
Schema describing a lab normal entry.
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : LabNormalTO v1.0
Type: object
Title: LabNormalTO v1.0
Schema describing a lab normal entry.
Show Source
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