POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://scoregroup-uat-api.xaitcpq.net/quote/clone/{quote}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
quote |
Quote Identifier. |
globally unique identifier |
Required |
Body Parameters
Update values.
CloneValueName | Description | Type | Additional information |
---|---|---|---|
Currency | globally unique identifier |
None. |
|
Result | globally unique identifier |
None. |
|
Reference | string |
None. |
|
Company | globally unique identifier |
None. |
|
Contact | globally unique identifier |
None. |
|
Pricebook | globally unique identifier |
None. |
|
Opportunity | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Currency": "629bbed5-4e70-40bd-a8da-347ebd419c57", "Result": "3cae3cbe-64ec-4b75-92ff-49c4c54e93f4", "Reference": "sample string 1", "Company": "4e02b5d6-1b1f-4765-885a-45f79282ba66", "Contact": "701a6009-896d-4bb4-8fe2-09a625d3961b", "Pricebook": "92f60997-144a-42e2-9c90-e34df1b82777", "Opportunity": "3f8dcf5f-06fb-4490-aba7-5295526f6c46" }
text/html
Sample:
{"Currency":"629bbed5-4e70-40bd-a8da-347ebd419c57","Result":"3cae3cbe-64ec-4b75-92ff-49c4c54e93f4","Reference":"sample string 1","Company":"4e02b5d6-1b1f-4765-885a-45f79282ba66","Contact":"701a6009-896d-4bb4-8fe2-09a625d3961b","Pricebook":"92f60997-144a-42e2-9c90-e34df1b82777","Opportunity":"3f8dcf5f-06fb-4490-aba7-5295526f6c46"}
application/xml, text/xml
Sample:
<CloneValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels"> <Company>4e02b5d6-1b1f-4765-885a-45f79282ba66</Company> <Contact>701a6009-896d-4bb4-8fe2-09a625d3961b</Contact> <Currency>629bbed5-4e70-40bd-a8da-347ebd419c57</Currency> <Opportunity>3f8dcf5f-06fb-4490-aba7-5295526f6c46</Opportunity> <Pricebook>92f60997-144a-42e2-9c90-e34df1b82777</Pricebook> <Reference>sample string 1</Reference> <Result>3cae3cbe-64ec-4b75-92ff-49c4c54e93f4</Result> </CloneValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The identifier of the new quote.
globally unique identifierResponse Formats
application/json, text/json, text/html
Sample:
"e5d34d47-d129-4d51-8276-096ff9ab6493"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e5d34d47-d129-4d51-8276-096ff9ab6493</guid>