POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://highlandfleets-dev-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": "e6177ffa-b707-48e6-9636-a60e1c3320e1", "Result": "372ce930-fb0c-4291-b814-d62d0dc7db9b", "Reference": "sample string 1", "Company": "a2d7e05c-7f7c-4c58-b06c-9429c96bebbb", "Contact": "ed69eeca-25d6-4901-bdc6-8b7feeb48c8d", "Pricebook": "d5928e49-a1b1-4544-b1a1-35a76eefed9c", "Opportunity": "af263669-c438-4b1a-827e-31f38fe8d790" }
text/html
Sample:
{"Currency":"e6177ffa-b707-48e6-9636-a60e1c3320e1","Result":"372ce930-fb0c-4291-b814-d62d0dc7db9b","Reference":"sample string 1","Company":"a2d7e05c-7f7c-4c58-b06c-9429c96bebbb","Contact":"ed69eeca-25d6-4901-bdc6-8b7feeb48c8d","Pricebook":"d5928e49-a1b1-4544-b1a1-35a76eefed9c","Opportunity":"af263669-c438-4b1a-827e-31f38fe8d790"}
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>a2d7e05c-7f7c-4c58-b06c-9429c96bebbb</Company> <Contact>ed69eeca-25d6-4901-bdc6-8b7feeb48c8d</Contact> <Currency>e6177ffa-b707-48e6-9636-a60e1c3320e1</Currency> <Opportunity>af263669-c438-4b1a-827e-31f38fe8d790</Opportunity> <Pricebook>d5928e49-a1b1-4544-b1a1-35a76eefed9c</Pricebook> <Reference>sample string 1</Reference> <Result>372ce930-fb0c-4291-b814-d62d0dc7db9b</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:
"9508fddd-654b-4425-b1e8-397dbc72a690"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9508fddd-654b-4425-b1e8-397dbc72a690</guid>