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": "f4181a42-473f-4b2a-89c7-ce6c6ddb4d37", "Result": "0d4fa523-3a7a-481f-bf31-2497b0fa3243", "Reference": "sample string 1", "Company": "7871834f-a928-4f70-b36f-0f3d556df8f3", "Contact": "3c769e01-dcb9-4fdf-958b-77c0126dac77", "Pricebook": "69623c60-39a6-483d-be12-5bd72e9fda45", "Opportunity": "1a81f38e-9133-490d-a430-aa96d3173f2b" }
text/html
Sample:
{"Currency":"f4181a42-473f-4b2a-89c7-ce6c6ddb4d37","Result":"0d4fa523-3a7a-481f-bf31-2497b0fa3243","Reference":"sample string 1","Company":"7871834f-a928-4f70-b36f-0f3d556df8f3","Contact":"3c769e01-dcb9-4fdf-958b-77c0126dac77","Pricebook":"69623c60-39a6-483d-be12-5bd72e9fda45","Opportunity":"1a81f38e-9133-490d-a430-aa96d3173f2b"}
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>7871834f-a928-4f70-b36f-0f3d556df8f3</Company> <Contact>3c769e01-dcb9-4fdf-958b-77c0126dac77</Contact> <Currency>f4181a42-473f-4b2a-89c7-ce6c6ddb4d37</Currency> <Opportunity>1a81f38e-9133-490d-a430-aa96d3173f2b</Opportunity> <Pricebook>69623c60-39a6-483d-be12-5bd72e9fda45</Pricebook> <Reference>sample string 1</Reference> <Result>0d4fa523-3a7a-481f-bf31-2497b0fa3243</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:
"c0f15aeb-091c-4994-964f-dfab4fdf1bb9"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c0f15aeb-091c-4994-964f-dfab4fdf1bb9</guid>