POST api/Reminder/Savenote
Request Information
URI Parameters
None.
Body Parameters
Note| Name | Description | Type | Additional information |
|---|---|---|---|
| notes | string |
None. |
|
| notetype | string |
None. |
|
| addeddate | string |
None. |
|
| callbackdate | string |
None. |
|
| clientid | integer |
None. |
|
| quoteid | integer |
None. |
|
| feedback | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"notes": "sample string 1",
"notetype": "sample string 2",
"addeddate": "sample string 3",
"callbackdate": "sample string 4",
"clientid": 5,
"quoteid": 6,
"feedback": "sample string 7"
}
application/xml, text/xml
Sample:
<Note xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyQuoteServiceWCF.Models"> <addeddate>sample string 3</addeddate> <callbackdate>sample string 4</callbackdate> <clientid>5</clientid> <feedback>sample string 7</feedback> <notes>sample string 1</notes> <notetype>sample string 2</notetype> <quoteid>6</quoteid> </Note>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.