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": "46da8458-d723-4743-9cf2-55dce34e76a6",
"PriceBook": "86c828cf-5e37-4d68-b838-cb36b032f0ec",
"Language": "b79cff09-aa17-4b4f-975e-3ceb8057cf9d",
"Date": "2026-05-04T05:58:55.5010531Z",
"FrontCover": "a0749eaf-22e9-4ed1-b7c3-d2d65db94c5b",
"BackCover": "f18dba6f-ff2e-44d4-a4d6-d5649497c47b",
"Products": [
"5cb819ab-a938-41e7-b5fb-f8255dd3ad2d",
"6042a896-a9ac-4491-b4a9-c0981b0bcd3d"
],
"Parts": [
"069cfa3f-d1ab-4c77-a0dc-36b47c6fdbc9",
"bc1d6ce4-ecc0-443f-a180-84a77dc38866"
]
}
text/html
Sample:
{"Currency":"46da8458-d723-4743-9cf2-55dce34e76a6","PriceBook":"86c828cf-5e37-4d68-b838-cb36b032f0ec","Language":"b79cff09-aa17-4b4f-975e-3ceb8057cf9d","Date":"2026-05-04T05:58:55.5010531Z","FrontCover":"a0749eaf-22e9-4ed1-b7c3-d2d65db94c5b","BackCover":"f18dba6f-ff2e-44d4-a4d6-d5649497c47b","Products":["5cb819ab-a938-41e7-b5fb-f8255dd3ad2d","6042a896-a9ac-4491-b4a9-c0981b0bcd3d"],"Parts":["069cfa3f-d1ab-4c77-a0dc-36b47c6fdbc9","bc1d6ce4-ecc0-443f-a180-84a77dc38866"]}
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>f18dba6f-ff2e-44d4-a4d6-d5649497c47b</BackCover>
<Currency>46da8458-d723-4743-9cf2-55dce34e76a6</Currency>
<Date>2026-05-04T05:58:55.5010531+00:00</Date>
<FrontCover>a0749eaf-22e9-4ed1-b7c3-d2d65db94c5b</FrontCover>
<Language>b79cff09-aa17-4b4f-975e-3ceb8057cf9d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>069cfa3f-d1ab-4c77-a0dc-36b47c6fdbc9</d2p1:guid>
<d2p1:guid>bc1d6ce4-ecc0-443f-a180-84a77dc38866</d2p1:guid>
</Parts>
<PriceBook>86c828cf-5e37-4d68-b838-cb36b032f0ec</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5cb819ab-a938-41e7-b5fb-f8255dd3ad2d</d2p1:guid>
<d2p1:guid>6042a896-a9ac-4491-b4a9-c0981b0bcd3d</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:
"506051a7-268c-4345-bd48-d170bd38aa8c"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">506051a7-268c-4345-bd48-d170bd38aa8c</guid>