POST pricebook/merge
Merges a price book.
Request Information
URI
https://ofd-api.blueprintcpq.net/pricebook/merge
URI Parameters
None.
Body Parameters
Price Book options.
PriceBookMergeOptions| Name | Description | Type | Additional information |
|---|---|---|---|
| Currency | globally unique identifier |
None. |
|
| PriceBook | globally unique identifier |
None. |
|
| Language | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| FrontCover | globally unique identifier |
None. |
|
| BackCover | globally unique identifier |
None. |
|
| Products | Collection of globally unique identifier |
None. |
|
| Parts | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Currency": "835d573b-6dc1-4bd8-9d6c-a5cbf08ea648",
"PriceBook": "690c64d1-8ddd-440d-a832-7d1c75ed07ca",
"Language": "07d6c97e-d942-48e1-9039-c55751254678",
"Date": "2026-04-24T06:55:52.6905448Z",
"FrontCover": "47a24d98-c931-45b2-b06a-00fdabc0103f",
"BackCover": "f84f4f55-3346-4443-9a20-3fe65affb8b9",
"Products": [
"ebc64f82-9624-408b-835a-2498f898fdfa",
"222c988f-ed3d-448c-bde8-dae9e2b777b2"
],
"Parts": [
"34d3fd76-e11c-4cde-81b0-246c61a79542",
"767f117c-2178-4e86-9c1a-d9f65b64d546"
]
}
text/html
Sample:
{"Currency":"835d573b-6dc1-4bd8-9d6c-a5cbf08ea648","PriceBook":"690c64d1-8ddd-440d-a832-7d1c75ed07ca","Language":"07d6c97e-d942-48e1-9039-c55751254678","Date":"2026-04-24T06:55:52.6905448Z","FrontCover":"47a24d98-c931-45b2-b06a-00fdabc0103f","BackCover":"f84f4f55-3346-4443-9a20-3fe65affb8b9","Products":["ebc64f82-9624-408b-835a-2498f898fdfa","222c988f-ed3d-448c-bde8-dae9e2b777b2"],"Parts":["34d3fd76-e11c-4cde-81b0-246c61a79542","767f117c-2178-4e86-9c1a-d9f65b64d546"]}
application/xml, text/xml
Sample:
<PriceBookMergeOptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.ConfigurationModels">
<BackCover>f84f4f55-3346-4443-9a20-3fe65affb8b9</BackCover>
<Currency>835d573b-6dc1-4bd8-9d6c-a5cbf08ea648</Currency>
<Date>2026-04-24T06:55:52.6905448+00:00</Date>
<FrontCover>47a24d98-c931-45b2-b06a-00fdabc0103f</FrontCover>
<Language>07d6c97e-d942-48e1-9039-c55751254678</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>34d3fd76-e11c-4cde-81b0-246c61a79542</d2p1:guid>
<d2p1:guid>767f117c-2178-4e86-9c1a-d9f65b64d546</d2p1:guid>
</Parts>
<PriceBook>690c64d1-8ddd-440d-a832-7d1c75ed07ca</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ebc64f82-9624-408b-835a-2498f898fdfa</d2p1:guid>
<d2p1:guid>222c988f-ed3d-448c-bde8-dae9e2b777b2</d2p1:guid>
</Products>
</PriceBookMergeOptions>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Merge identifier.
globally unique identifierResponse Formats
application/json, text/json, text/html
Sample:
"b34b0354-89c9-4072-b1e4-c3fc7e0b8756"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b34b0354-89c9-4072-b1e4-c3fc7e0b8756</guid>