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.
CloneValue| Name | 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": "4dfb3bcd-4c53-470c-8f6b-31745300cd2e",
"Result": "440a7d88-1fa2-4eab-b137-46ccee60d08a",
"Reference": "sample string 1",
"Company": "465f1d58-79f2-411f-a61d-6a1bcc3cf41d",
"Contact": "bb7afadb-c975-415a-8fa1-d7e5cc09b0eb",
"Pricebook": "43cb275b-fbf0-4a86-bd4d-0b24f7066330",
"Opportunity": "f2ceea64-70fc-4cf9-b3f1-985a69ababaa"
}
text/html
Sample:
{"Currency":"4dfb3bcd-4c53-470c-8f6b-31745300cd2e","Result":"440a7d88-1fa2-4eab-b137-46ccee60d08a","Reference":"sample string 1","Company":"465f1d58-79f2-411f-a61d-6a1bcc3cf41d","Contact":"bb7afadb-c975-415a-8fa1-d7e5cc09b0eb","Pricebook":"43cb275b-fbf0-4a86-bd4d-0b24f7066330","Opportunity":"f2ceea64-70fc-4cf9-b3f1-985a69ababaa"}
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>465f1d58-79f2-411f-a61d-6a1bcc3cf41d</Company> <Contact>bb7afadb-c975-415a-8fa1-d7e5cc09b0eb</Contact> <Currency>4dfb3bcd-4c53-470c-8f6b-31745300cd2e</Currency> <Opportunity>f2ceea64-70fc-4cf9-b3f1-985a69ababaa</Opportunity> <Pricebook>43cb275b-fbf0-4a86-bd4d-0b24f7066330</Pricebook> <Reference>sample string 1</Reference> <Result>440a7d88-1fa2-4eab-b137-46ccee60d08a</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:
"149207fb-81fd-4719-8946-88acebaa6075"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">149207fb-81fd-4719-8946-88acebaa6075</guid>