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": "5af18803-02bd-44ca-b742-721e16353f7a",
"PriceBook": "299d3837-6ce0-4b37-a19e-922174535ff3",
"Language": "079d5067-91f7-413b-b867-720532b438c6",
"Date": "2026-05-12T00:03:23.2855481Z",
"FrontCover": "c7213ebb-c3e5-4ad4-b782-958d9b478364",
"BackCover": "d75ca172-c699-409f-84b6-41528403aa06",
"Products": [
"a017a8b3-9024-4638-9df1-9e05fd861dd1",
"0c9793a6-1406-4712-bc21-8befd4b38c55"
],
"Parts": [
"c8addc2d-19d2-4304-b0a0-89a1ed441b82",
"612028c9-73be-4da3-bfa1-57834f92c7b2"
]
}
text/html
Sample:
{"Currency":"5af18803-02bd-44ca-b742-721e16353f7a","PriceBook":"299d3837-6ce0-4b37-a19e-922174535ff3","Language":"079d5067-91f7-413b-b867-720532b438c6","Date":"2026-05-12T00:03:23.2855481Z","FrontCover":"c7213ebb-c3e5-4ad4-b782-958d9b478364","BackCover":"d75ca172-c699-409f-84b6-41528403aa06","Products":["a017a8b3-9024-4638-9df1-9e05fd861dd1","0c9793a6-1406-4712-bc21-8befd4b38c55"],"Parts":["c8addc2d-19d2-4304-b0a0-89a1ed441b82","612028c9-73be-4da3-bfa1-57834f92c7b2"]}
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>d75ca172-c699-409f-84b6-41528403aa06</BackCover>
<Currency>5af18803-02bd-44ca-b742-721e16353f7a</Currency>
<Date>2026-05-12T00:03:23.2855481+00:00</Date>
<FrontCover>c7213ebb-c3e5-4ad4-b782-958d9b478364</FrontCover>
<Language>079d5067-91f7-413b-b867-720532b438c6</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c8addc2d-19d2-4304-b0a0-89a1ed441b82</d2p1:guid>
<d2p1:guid>612028c9-73be-4da3-bfa1-57834f92c7b2</d2p1:guid>
</Parts>
<PriceBook>299d3837-6ce0-4b37-a19e-922174535ff3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a017a8b3-9024-4638-9df1-9e05fd861dd1</d2p1:guid>
<d2p1:guid>0c9793a6-1406-4712-bc21-8befd4b38c55</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:
"2ded1e0d-3d89-4deb-8eb3-0e00ea795740"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2ded1e0d-3d89-4deb-8eb3-0e00ea795740</guid>