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": "a02d163b-8d3b-49b4-9996-09e0b156e39c",
"PriceBook": "011ca9ae-fccd-4ee8-ba73-009134c87c02",
"Language": "0f3ee36e-1673-4f2f-9f4f-7019438dd6bc",
"Date": "2026-03-22T17:03:54.1661313Z",
"FrontCover": "089c3e1f-8755-49f1-9d74-02eb3622de2d",
"BackCover": "aa52c355-f25f-4b5d-84be-cbd0524c2686",
"Products": [
"5a5dee54-9dd6-4770-88ea-59569a269dae",
"2cd32511-d723-484a-a3ad-95ecfdc1e1e2"
],
"Parts": [
"34dcf801-d921-4170-a122-b8103692f55b",
"db1108df-d05d-4df0-89d1-143e9c2cef80"
]
}
text/html
Sample:
{"Currency":"a02d163b-8d3b-49b4-9996-09e0b156e39c","PriceBook":"011ca9ae-fccd-4ee8-ba73-009134c87c02","Language":"0f3ee36e-1673-4f2f-9f4f-7019438dd6bc","Date":"2026-03-22T17:03:54.1661313Z","FrontCover":"089c3e1f-8755-49f1-9d74-02eb3622de2d","BackCover":"aa52c355-f25f-4b5d-84be-cbd0524c2686","Products":["5a5dee54-9dd6-4770-88ea-59569a269dae","2cd32511-d723-484a-a3ad-95ecfdc1e1e2"],"Parts":["34dcf801-d921-4170-a122-b8103692f55b","db1108df-d05d-4df0-89d1-143e9c2cef80"]}
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>aa52c355-f25f-4b5d-84be-cbd0524c2686</BackCover>
<Currency>a02d163b-8d3b-49b4-9996-09e0b156e39c</Currency>
<Date>2026-03-22T17:03:54.1661313+00:00</Date>
<FrontCover>089c3e1f-8755-49f1-9d74-02eb3622de2d</FrontCover>
<Language>0f3ee36e-1673-4f2f-9f4f-7019438dd6bc</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>34dcf801-d921-4170-a122-b8103692f55b</d2p1:guid>
<d2p1:guid>db1108df-d05d-4df0-89d1-143e9c2cef80</d2p1:guid>
</Parts>
<PriceBook>011ca9ae-fccd-4ee8-ba73-009134c87c02</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5a5dee54-9dd6-4770-88ea-59569a269dae</d2p1:guid>
<d2p1:guid>2cd32511-d723-484a-a3ad-95ecfdc1e1e2</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:
"c5e15c63-78a0-445f-9f4f-a946189d3b11"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c5e15c63-78a0-445f-9f4f-a946189d3b11</guid>