Skip to main content

Update Student Medical Consents

PUT 

/students/:communityId/medical/consents/:id

Updates a student's relevant medical consent information such as the consent type, whom it is given by, the given date, and the expiry date.

For a list of all consent types, go to Lookup - Consent Type.

Request

Path Parameters

    communityId uuidrequired
    id uuidrequired

Body

required
    consentType objectrequired
    id uuidrequired
    consentGivenById uuidnullablerequired

    The Community ID of the person who gave the consent

    isConsentGiven booleannullablerequired
    comment stringnullablerequired
    consentGivenDate datenullablerequired
    consentExpiryDate datenullablerequired

Responses

Schema
    code stringrequired

    Status Code

    data object
    id uuidrequired
    consentType objectrequired
    id uuidrequired
    description stringrequired
    code stringrequired
    consentGivenById stringnullablerequired
    consentGivenByName stringnullablerequired
    isConsentGiven booleanrequired
    comment stringnullablerequired
    consentGivenDate datenullablerequired
    consentExpiryDate datenullablerequired
    modifiedDate date-timenullablerequired
Loading...