POST api/SignedWaivers/AddActivityDate
Request Information
URI Parameters
None.
Body Parameters
ActivityDateName | 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-06-05T13:24:28.7248977+00:00", "Created": "2025-06-05T13:24:28.7248977+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.