POST notes/quote/add/{quote}

Adds a note to quote.

Request Information

URI

https://ofd-api.blueprintcpq.net/notes/quote/add/{quote}?approval={approval}

URI Parameters

NameDescriptionTypeAdditional information
quote

Quote Identifier to attach note to.

globally unique identifier

Required

approval

Is it an approval note.

boolean

Default value is False

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>