GET api/Consent/SaveConsentUsage
Request Information
URI Parameters
None.
Body Parameters
ModelSaveConsentUsage| Name | Description | Type | Additional information |
|---|---|---|---|
| ConsentUsageId | integer |
None. |
|
| SchoolId | integer |
None. |
|
| ConsentId | integer |
None. |
|
| ParentResponse | integer |
None. |
|
| Status | integer |
None. |
|
| UserId | integer |
None. |
|
| StudentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConsentUsageId": 1,
"SchoolId": 2,
"ConsentId": 3,
"ParentResponse": 4,
"Status": 5,
"UserId": 6,
"StudentId": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}