Versions Compared

Key

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

This API is available to create a participant in caTissue. You can create the participant at the URL using  the HTTP PUT method: http[s]:<host>:<port>/catissuecore/rest/ng/participants/{participant_id}

Use this resource to update an existing participant's details in the caTissue application. Here participant_id refers to the actual identifier of the participant to which user wants to update/modify.

 

Below are the JSON attributes which need to be sent in the request body:

...

code
Applies to
Status Message
200All resourcesParticipant registered successfully
400All requestsInvalid parameters, e.g  duplicate PPIDSSN, duplicate barcode MRN etc
401All requestsAuthorization failed, User doesn’t have privileges to register Participants
404All requestsParticipant not found, Participant with the given identifier is not present in the system
500All requestsInternal server error, Encountered server error while performing operations