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": "f1ab5dde-b74b-40c0-b431-91306055ee48",
"PriceBook": "011b9181-0a80-42c2-99ac-f2e51f04fa34",
"Language": "1489e022-b230-4856-b099-8d0ec60f2d1d",
"Date": "2026-05-26T08:15:56.7017208Z",
"FrontCover": "b7cb4796-8cd5-4031-b47e-acd3e3845bbe",
"BackCover": "06889bb7-9a30-41c7-9cbf-b443c68596b1",
"Products": [
"38e4ea01-55fb-43e5-9f84-383eea2bbd7c",
"277a6904-d6c6-4f61-b51f-a2b66fc23ad2"
],
"Parts": [
"45310961-48f9-4e1a-9cf7-eec58edc99f7",
"1785a32b-4711-4508-b6aa-a0690caea7d0"
]
}
text/html
Sample:
{"Currency":"f1ab5dde-b74b-40c0-b431-91306055ee48","PriceBook":"011b9181-0a80-42c2-99ac-f2e51f04fa34","Language":"1489e022-b230-4856-b099-8d0ec60f2d1d","Date":"2026-05-26T08:15:56.7017208Z","FrontCover":"b7cb4796-8cd5-4031-b47e-acd3e3845bbe","BackCover":"06889bb7-9a30-41c7-9cbf-b443c68596b1","Products":["38e4ea01-55fb-43e5-9f84-383eea2bbd7c","277a6904-d6c6-4f61-b51f-a2b66fc23ad2"],"Parts":["45310961-48f9-4e1a-9cf7-eec58edc99f7","1785a32b-4711-4508-b6aa-a0690caea7d0"]}
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>06889bb7-9a30-41c7-9cbf-b443c68596b1</BackCover>
<Currency>f1ab5dde-b74b-40c0-b431-91306055ee48</Currency>
<Date>2026-05-26T08:15:56.7017208+00:00</Date>
<FrontCover>b7cb4796-8cd5-4031-b47e-acd3e3845bbe</FrontCover>
<Language>1489e022-b230-4856-b099-8d0ec60f2d1d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>45310961-48f9-4e1a-9cf7-eec58edc99f7</d2p1:guid>
<d2p1:guid>1785a32b-4711-4508-b6aa-a0690caea7d0</d2p1:guid>
</Parts>
<PriceBook>011b9181-0a80-42c2-99ac-f2e51f04fa34</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>38e4ea01-55fb-43e5-9f84-383eea2bbd7c</d2p1:guid>
<d2p1:guid>277a6904-d6c6-4f61-b51f-a2b66fc23ad2</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:
"cef7f2dd-3674-4985-a150-45205dcc9738"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">cef7f2dd-3674-4985-a150-45205dcc9738</guid>