POST api/SignedWaivers/NoteSave/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Note| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | integer |
None. |
|
| Text | string |
None. |
|
| Id | integer |
None. |
|
| Created | date |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Version": 1,
"Text": "sample string 2",
"Id": 3,
"Created": "2025-12-14T01:38:49.5619647+00:00",
"CreatedBy": 5
}
application/xml, text/xml
Sample:
<Note xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AWaiver.Models"> <Created>2025-12-14T01:38:49.5619647+00:00</Created> <CreatedBy>5</CreatedBy> <Id>3</Id> <Text>sample string 2</Text> <Version>1</Version> </Note>
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.