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": "b971d135-b482-43ce-9dfa-49ae76418a91",
"PriceBook": "61877b76-5b13-482c-ac64-8871353a859e",
"Language": "9fdef975-3e8e-494a-8210-c8aae7bf80b8",
"Date": "2026-08-26T13:25:55.6207824Z",
"FrontCover": "8330d97f-6afa-4f64-837a-17dc5eb6ab1f",
"BackCover": "5a9be883-b495-4f82-8f44-1a8d5e765bf6",
"Products": [
"1dd9e196-728a-4fc5-afe4-002016788810",
"bca43078-a508-4190-aa2a-1bd3526a55fb"
],
"Parts": [
"bec4f7f0-4071-43c1-97ca-164c09e0752c",
"8dbece4e-16e7-49f8-a38f-3fe6e6916076"
]
}
text/html
Sample:
{"Currency":"b971d135-b482-43ce-9dfa-49ae76418a91","PriceBook":"61877b76-5b13-482c-ac64-8871353a859e","Language":"9fdef975-3e8e-494a-8210-c8aae7bf80b8","Date":"2026-08-26T13:25:55.6207824Z","FrontCover":"8330d97f-6afa-4f64-837a-17dc5eb6ab1f","BackCover":"5a9be883-b495-4f82-8f44-1a8d5e765bf6","Products":["1dd9e196-728a-4fc5-afe4-002016788810","bca43078-a508-4190-aa2a-1bd3526a55fb"],"Parts":["bec4f7f0-4071-43c1-97ca-164c09e0752c","8dbece4e-16e7-49f8-a38f-3fe6e6916076"]}
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>5a9be883-b495-4f82-8f44-1a8d5e765bf6</BackCover>
<Currency>b971d135-b482-43ce-9dfa-49ae76418a91</Currency>
<Date>2026-08-26T13:25:55.6207824+00:00</Date>
<FrontCover>8330d97f-6afa-4f64-837a-17dc5eb6ab1f</FrontCover>
<Language>9fdef975-3e8e-494a-8210-c8aae7bf80b8</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bec4f7f0-4071-43c1-97ca-164c09e0752c</d2p1:guid>
<d2p1:guid>8dbece4e-16e7-49f8-a38f-3fe6e6916076</d2p1:guid>
</Parts>
<PriceBook>61877b76-5b13-482c-ac64-8871353a859e</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1dd9e196-728a-4fc5-afe4-002016788810</d2p1:guid>
<d2p1:guid>bca43078-a508-4190-aa2a-1bd3526a55fb</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:
"c39c00c3-035a-41d1-b885-d5f3f4e72555"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c39c00c3-035a-41d1-b885-d5f3f4e72555</guid>