POST notes/company/add/{company}

Adds a note to Company.

Request Information

URI

https://ofd-api.blueprintcpq.net/notes/company/add/{company}

URI Parameters

NameDescriptionTypeAdditional information
company

Company Identifier to attach note to.

globally unique identifier

Required

Body Parameters

The note.

string

Request 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.

boolean

Response 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>