POST quote/templatequotes/{quote}/{templateQuote}

Adds a template quote to a quote.

Request Information

URI

https://ofd-api.blueprintcpq.net/quote/templatequotes/{quote}/{templateQuote}

URI Parameters

NameDescriptionTypeAdditional information
quote

Quote Identifier.

globally unique identifier

Required

templateQuote

The template quote identifier.

globally unique identifier

Required

Body Parameters

None.

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>