Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URLhttp://<host>:<port>/catissuecore/rest/ng/notifications/registration
Requestapplication/json
MethodPUT
json

{

    "ppId": "1234",

    "gender": "Female Gender",

    "enrollmentDate": "2014-29-12",

    "birthDate": "1989-02-06",

    "studyId": "CS1",

    "appName": "OpenClinica"

}

Response

{    

    "status": "OK",

    "message": "Participant registration updated successfully",

    "exception": null,

    "erroneousFields": null,

    "cprDetail" :

    {

        "id":101,

        "cpId":501,

        "ppId": "1234",

            "barCode":"111111",

        "activityStatus": "Active",

        "registrationDate": "2014-29-12",

        "participantDetail":

        [

            {

                "activityStatus" : "Active",

                "ethnicity" : "Unknown",

                "firstName" : "Jhon",

                "lastName" : "Dep",

                "gender" : "Female Gender",

                "id" : "1",

                "pmiCollection" :

                [

                    {

                        "mrn" : "324r6",

                        "siteName" : "Lab2"

                                      }

                         ],

                "race" : [ "Asian" ],

                "ssn" : "123-45-6789"

            }

            ]

    }

}

...