POST quote/approvals/approve/{quote}

Approves the given quote.

Request Information

URI

https://ofd-api.blueprintcpq.net/quote/approvals/approve/{quote}

URI Parameters

NameDescriptionTypeAdditional information
quote

Quote Identifier.

globally unique identifier

Required

Body Parameters

The approval state.

Collection of Object

None.

Request Formats

application/json, text/json, text/html, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A List<QuoteApprovalStatus>

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>