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": "79be929c-08e4-47f6-b12c-b51d2a805d99",
"PriceBook": "cda6e318-b6c1-4532-9339-d405f8280693",
"Language": "98f378dd-bcc8-4a53-883b-d4cb02238d1d",
"Date": "2026-02-28T08:58:45.504543Z",
"FrontCover": "59817a55-38c9-4af3-870b-0756c9e734b5",
"BackCover": "0f2c2bcc-bf1b-4808-a653-377ce1481f4c",
"Products": [
"0c34e25b-46a2-4386-937e-10f72ca3fe73",
"348d67b0-f6f2-4da1-838a-6da482513841"
],
"Parts": [
"52b35e60-3d49-434f-bab2-35304842fd30",
"924f2c06-496e-47f9-b301-b515300cb400"
]
}
text/html
Sample:
{"Currency":"79be929c-08e4-47f6-b12c-b51d2a805d99","PriceBook":"cda6e318-b6c1-4532-9339-d405f8280693","Language":"98f378dd-bcc8-4a53-883b-d4cb02238d1d","Date":"2026-02-28T08:58:45.504543Z","FrontCover":"59817a55-38c9-4af3-870b-0756c9e734b5","BackCover":"0f2c2bcc-bf1b-4808-a653-377ce1481f4c","Products":["0c34e25b-46a2-4386-937e-10f72ca3fe73","348d67b0-f6f2-4da1-838a-6da482513841"],"Parts":["52b35e60-3d49-434f-bab2-35304842fd30","924f2c06-496e-47f9-b301-b515300cb400"]}
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>0f2c2bcc-bf1b-4808-a653-377ce1481f4c</BackCover>
<Currency>79be929c-08e4-47f6-b12c-b51d2a805d99</Currency>
<Date>2026-02-28T08:58:45.504543+00:00</Date>
<FrontCover>59817a55-38c9-4af3-870b-0756c9e734b5</FrontCover>
<Language>98f378dd-bcc8-4a53-883b-d4cb02238d1d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>52b35e60-3d49-434f-bab2-35304842fd30</d2p1:guid>
<d2p1:guid>924f2c06-496e-47f9-b301-b515300cb400</d2p1:guid>
</Parts>
<PriceBook>cda6e318-b6c1-4532-9339-d405f8280693</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0c34e25b-46a2-4386-937e-10f72ca3fe73</d2p1:guid>
<d2p1:guid>348d67b0-f6f2-4da1-838a-6da482513841</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:
"b8694db8-d613-4163-ac8b-946debee588f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b8694db8-d613-4163-ac8b-946debee588f</guid>