Versions Compared

Key

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

...

API Example :

MethodURL
PUThttp://<host>:<port>/catissuecore/rest/ng/notifications/registration
Requestapplication/json
json

{

"ppId": "1234",

"gender": "Female Gender",

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

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

"studyId": "CS1",

"appName": "Mirth"

}

Response

{
status: "OK"
message: "Participant registration updated successfully"
exception: null
erroneousFields: null
cprDetail: { ppId: "1234", gender:"Male Gender", enrollmentDate: "2014-29-12", birthDate: "1989-02-06", studyId: "CS1", appName: "OpenClinica"}

}

...