POST quote/uprevise/{quote}
Up-Revise Quote.
Request Information
URI
https://ofd-api.blueprintcpq.net/quote/uprevise/{quote}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| quote |
Quote Identifier. |
globally unique identifier |
Required |
Body Parameters
Update values.
UpReviseValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Currency | globally unique identifier |
None. |
|
| Result | globally unique identifier |
None. |
|
| Reference | string |
None. |
|
| Reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Currency": "472dca9b-a112-4b81-9993-11b086073431",
"Result": "7fb8f15f-51cb-4a2a-93b4-918ee160fae5",
"Reference": "sample string 1",
"Reason": "sample string 2"
}
text/html
Sample:
{"Currency":"472dca9b-a112-4b81-9993-11b086073431","Result":"7fb8f15f-51cb-4a2a-93b4-918ee160fae5","Reference":"sample string 1","Reason":"sample string 2"}
application/xml, text/xml
Sample:
<UpReviseValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels"> <Currency>472dca9b-a112-4b81-9993-11b086073431</Currency> <Reason>sample string 2</Reason> <Reference>sample string 1</Reference> <Result>7fb8f15f-51cb-4a2a-93b4-918ee160fae5</Result> </UpReviseValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A identifier of the new quote.
globally unique identifierResponse Formats
application/json, text/json, text/html
Sample:
"a6480706-968f-47b7-b0e1-5bd83731f0e4"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a6480706-968f-47b7-b0e1-5bd83731f0e4</guid>