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": "da0e9bda-6611-4c86-89a7-77fe0f29c3d1",
"PriceBook": "7088890c-d9a1-40e6-b736-b546894ce0b1",
"Language": "4baa3b05-9ae7-4646-a3a3-da122932daa6",
"Date": "2026-07-27T13:49:36.9040298Z",
"FrontCover": "ed6dbf5e-8c00-426a-b326-827657af66c4",
"BackCover": "91cddf00-b74d-45be-810a-0c1d8462f0aa",
"Products": [
"f67fca1e-1401-4213-802d-a69dae638ad0",
"8720d73c-dbfb-42f5-9358-e0c3b08874f2"
],
"Parts": [
"46497f0c-5984-4265-87eb-98d94d280851",
"a28bd8f1-797d-4be0-8e13-6ed5f27c2d82"
]
}
text/html
Sample:
{"Currency":"da0e9bda-6611-4c86-89a7-77fe0f29c3d1","PriceBook":"7088890c-d9a1-40e6-b736-b546894ce0b1","Language":"4baa3b05-9ae7-4646-a3a3-da122932daa6","Date":"2026-07-27T13:49:36.9040298Z","FrontCover":"ed6dbf5e-8c00-426a-b326-827657af66c4","BackCover":"91cddf00-b74d-45be-810a-0c1d8462f0aa","Products":["f67fca1e-1401-4213-802d-a69dae638ad0","8720d73c-dbfb-42f5-9358-e0c3b08874f2"],"Parts":["46497f0c-5984-4265-87eb-98d94d280851","a28bd8f1-797d-4be0-8e13-6ed5f27c2d82"]}
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>91cddf00-b74d-45be-810a-0c1d8462f0aa</BackCover>
<Currency>da0e9bda-6611-4c86-89a7-77fe0f29c3d1</Currency>
<Date>2026-07-27T13:49:36.9040298+00:00</Date>
<FrontCover>ed6dbf5e-8c00-426a-b326-827657af66c4</FrontCover>
<Language>4baa3b05-9ae7-4646-a3a3-da122932daa6</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>46497f0c-5984-4265-87eb-98d94d280851</d2p1:guid>
<d2p1:guid>a28bd8f1-797d-4be0-8e13-6ed5f27c2d82</d2p1:guid>
</Parts>
<PriceBook>7088890c-d9a1-40e6-b736-b546894ce0b1</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f67fca1e-1401-4213-802d-a69dae638ad0</d2p1:guid>
<d2p1:guid>8720d73c-dbfb-42f5-9358-e0c3b08874f2</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:
"b31dd6d2-1474-4d51-a5b0-506c8af16e04"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b31dd6d2-1474-4d51-a5b0-506c8af16e04</guid>