POST quote/product/{product}/copytoquote/{quote}
Copy a QuoteToProduct record (and all of it's associated property values) to a new quote.
Request Information
URI
https://highlandfleets-api.xaitcpq.net/quote/product/{product}/copytoquote/{quote}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| product |
The source QuoteToProduct record id |
globally unique identifier |
Required |
| quote |
The destination Quote id. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The Guid of the new QuoteToProduct record.
globally unique identifierResponse Formats
application/json, text/json, text/html
Sample:
"0db71ddf-f402-46b7-b2ad-a34c59e35e4c"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0db71ddf-f402-46b7-b2ad-a34c59e35e4c</guid>