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": "411a27c6-4dfa-4f24-9803-17cffff76ada",
"PriceBook": "6eb59230-b93e-497d-9bc5-e1b99287d4ae",
"Language": "a78f9412-3c1b-4669-84d9-4f8ea0059341",
"Date": "2026-07-19T05:45:34.0547414Z",
"FrontCover": "72dc116f-b901-4370-a78f-c18120f046bf",
"BackCover": "47f7c2cb-7365-4a27-9af8-1c5b609dac4f",
"Products": [
"0d715057-e7cc-4b38-8b82-003e48ce7406",
"ba9628f6-4bfd-431e-963b-7db9edc7d725"
],
"Parts": [
"c5f829ac-f93e-4338-b9f8-1a1e49ef8726",
"639b009c-71a9-4903-9742-8008d91da79c"
]
}
text/html
Sample:
{"Currency":"411a27c6-4dfa-4f24-9803-17cffff76ada","PriceBook":"6eb59230-b93e-497d-9bc5-e1b99287d4ae","Language":"a78f9412-3c1b-4669-84d9-4f8ea0059341","Date":"2026-07-19T05:45:34.0547414Z","FrontCover":"72dc116f-b901-4370-a78f-c18120f046bf","BackCover":"47f7c2cb-7365-4a27-9af8-1c5b609dac4f","Products":["0d715057-e7cc-4b38-8b82-003e48ce7406","ba9628f6-4bfd-431e-963b-7db9edc7d725"],"Parts":["c5f829ac-f93e-4338-b9f8-1a1e49ef8726","639b009c-71a9-4903-9742-8008d91da79c"]}
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>47f7c2cb-7365-4a27-9af8-1c5b609dac4f</BackCover>
<Currency>411a27c6-4dfa-4f24-9803-17cffff76ada</Currency>
<Date>2026-07-19T05:45:34.0547414+00:00</Date>
<FrontCover>72dc116f-b901-4370-a78f-c18120f046bf</FrontCover>
<Language>a78f9412-3c1b-4669-84d9-4f8ea0059341</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c5f829ac-f93e-4338-b9f8-1a1e49ef8726</d2p1:guid>
<d2p1:guid>639b009c-71a9-4903-9742-8008d91da79c</d2p1:guid>
</Parts>
<PriceBook>6eb59230-b93e-497d-9bc5-e1b99287d4ae</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0d715057-e7cc-4b38-8b82-003e48ce7406</d2p1:guid>
<d2p1:guid>ba9628f6-4bfd-431e-963b-7db9edc7d725</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:
"384b75c2-b0a3-472d-b0ee-21fdb6d35cce"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">384b75c2-b0a3-472d-b0ee-21fdb6d35cce</guid>