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": "67eda78e-c0a5-4453-ab29-5f654462a656",
"PriceBook": "4f111833-2869-4354-b555-f11bc5632cc4",
"Language": "03d19194-2a07-4963-b51b-7b06afc22cc1",
"Date": "2026-04-27T06:40:41.8645794Z",
"FrontCover": "bb2f6e3d-a177-4318-baee-006b1a1a893c",
"BackCover": "5ea61cc0-b89f-4c99-ab81-ba1b9e812987",
"Products": [
"0b8bceb3-6a50-4281-8176-382dccd67be0",
"cf554cc0-72ef-4b9e-84d5-5aa84f2d3b7e"
],
"Parts": [
"78a20ec8-3229-4b3e-ae0f-bdc69f16f294",
"5098a45a-6ece-4f31-bd72-2595aff7ce45"
]
}
text/html
Sample:
{"Currency":"67eda78e-c0a5-4453-ab29-5f654462a656","PriceBook":"4f111833-2869-4354-b555-f11bc5632cc4","Language":"03d19194-2a07-4963-b51b-7b06afc22cc1","Date":"2026-04-27T06:40:41.8645794Z","FrontCover":"bb2f6e3d-a177-4318-baee-006b1a1a893c","BackCover":"5ea61cc0-b89f-4c99-ab81-ba1b9e812987","Products":["0b8bceb3-6a50-4281-8176-382dccd67be0","cf554cc0-72ef-4b9e-84d5-5aa84f2d3b7e"],"Parts":["78a20ec8-3229-4b3e-ae0f-bdc69f16f294","5098a45a-6ece-4f31-bd72-2595aff7ce45"]}
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>5ea61cc0-b89f-4c99-ab81-ba1b9e812987</BackCover>
<Currency>67eda78e-c0a5-4453-ab29-5f654462a656</Currency>
<Date>2026-04-27T06:40:41.8645794+00:00</Date>
<FrontCover>bb2f6e3d-a177-4318-baee-006b1a1a893c</FrontCover>
<Language>03d19194-2a07-4963-b51b-7b06afc22cc1</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>78a20ec8-3229-4b3e-ae0f-bdc69f16f294</d2p1:guid>
<d2p1:guid>5098a45a-6ece-4f31-bd72-2595aff7ce45</d2p1:guid>
</Parts>
<PriceBook>4f111833-2869-4354-b555-f11bc5632cc4</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0b8bceb3-6a50-4281-8176-382dccd67be0</d2p1:guid>
<d2p1:guid>cf554cc0-72ef-4b9e-84d5-5aa84f2d3b7e</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:
"d63b4f45-079f-409b-8f6d-5b73d3263b98"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d63b4f45-079f-409b-8f6d-5b73d3263b98</guid>