POST notes/opportunities/add/{opportunity}
Opportunity add note.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/notes/opportunities/add/{opportunity}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
opportunity |
The opportunity. |
globally unique identifier |
Required |
Body Parameters
The note.
stringRequest Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
True if it succeeds, false if it fails.
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>