POST api/SignedWaivers/SaveNote/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
NoteName | 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-06-05T12:18:09.1834754+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-06-05T12:18:09.1834754+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.