POST api/SignedWaivers/AddActivityDate
Request Information
URI Parameters
None.
Body Parameters
ActivityDate| Name | Description | Type | Additional information |
|---|---|---|---|
| Participant_Id | integer |
Required |
|
| Waiver_Id | integer |
Required |
|
| Date | date |
Required |
|
| Created | date |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Participant_Id": 1,
"Waiver_Id": 2,
"Date": "2025-12-12T14:34:00.5771078+00:00",
"Created": "2025-12-12T14:34:00.5771078+00:00",
"CreatedBy": 5
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.