Notification from External Application for Participant Registration :-
1) Register new participant
Method | URL |
---|---|
POST | catissuecore/rest/ng/notifications/ |
Request | application/json { "ppId": "1234", "gender": "Male Gender", "enrollmentDate": "2014-01-01", "birthDate": "1989-02-06", "studyId": "CS1", "appName": "OpenClinica" } |
Response :
{ |
2) Update Participant Registration
Method | URL |
---|---|
PUT | catissuecore/rest/ng/notifications/ |
Request | application/json { "ppId": "1234", "gender": "Female Gender", "enrollmentDate": "2014-29-12", "birthDate": "1989-02-06", "studyId": "CS1", "appName": "Mirth" } |
Response :
{ |