POST quote/clone/{quote}

Clone the quote by quote identifier.

Request Information

URI

https://ofd-api.blueprintcpq.net/quote/clone/{quote}

URI Parameters

NameDescriptionTypeAdditional information
quote

Quote Identifier.

globally unique identifier

Required

Body Parameters

Update values.

CloneValue
NameDescriptionTypeAdditional 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": "9a258098-09fa-40e2-b122-5faa5e05d710",
  "Result": "14b3bb2e-d269-45a4-b6a7-f33ba8359b9c",
  "Reference": "sample string 1",
  "Company": "5a189cc9-c3d4-415c-a236-a6a4d584a09c",
  "Contact": "7ebaffa5-542a-4551-942a-27f851562c08",
  "Pricebook": "59d46266-4d11-4921-8173-debfd5a8ad51",
  "Opportunity": "8006f867-b99f-4389-bed8-e6b000bb7862"
}

text/html

Sample:
{"Currency":"9a258098-09fa-40e2-b122-5faa5e05d710","Result":"14b3bb2e-d269-45a4-b6a7-f33ba8359b9c","Reference":"sample string 1","Company":"5a189cc9-c3d4-415c-a236-a6a4d584a09c","Contact":"7ebaffa5-542a-4551-942a-27f851562c08","Pricebook":"59d46266-4d11-4921-8173-debfd5a8ad51","Opportunity":"8006f867-b99f-4389-bed8-e6b000bb7862"}

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>5a189cc9-c3d4-415c-a236-a6a4d584a09c</Company>
  <Contact>7ebaffa5-542a-4551-942a-27f851562c08</Contact>
  <Currency>9a258098-09fa-40e2-b122-5faa5e05d710</Currency>
  <Opportunity>8006f867-b99f-4389-bed8-e6b000bb7862</Opportunity>
  <Pricebook>59d46266-4d11-4921-8173-debfd5a8ad51</Pricebook>
  <Reference>sample string 1</Reference>
  <Result>14b3bb2e-d269-45a4-b6a7-f33ba8359b9c</Result>
</CloneValue>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The identifier of the new quote.

globally unique identifier

Response Formats

application/json, text/json, text/html

Sample:
"de13ffe2-ec00-434f-82d4-02e84a4c4b40"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">de13ffe2-ec00-434f-82d4-02e84a4c4b40</guid>