GET api/Consent/SaveConsent

Request Information

URI Parameters

None.

Body Parameters

SaveConsentModel
NameDescriptionTypeAdditional information
ConsentId

integer

None.

SchoolId

integer

None.

AcyId

integer

None.

ConsentType

string

None.

ConsentSubject

string

None.

ClassId

integer

None.

SectionId

integer

None.

ConsentText

string

None.

ConsentFormPath

string

None.

Status

integer

None.

UserId

integer

None.

ConsentDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ConsentId": 1,
  "SchoolId": 2,
  "AcyId": 3,
  "ConsentType": "sample string 4",
  "ConsentSubject": "sample string 5",
  "ClassId": 6,
  "SectionId": 7,
  "ConsentText": "sample string 8",
  "ConsentFormPath": "sample string 9",
  "Status": 10,
  "UserId": 11,
  "ConsentDate": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}