POST notes/company/add/{company}
Adds a note to Company.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/notes/company/add/{company}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
company |
Company Identifier to attach note to. |
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>