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": "169ab053-2728-4c17-ae04-2de5436402d4",
"PriceBook": "e96114e8-5003-4c23-888b-3aadeab83252",
"Language": "51b94d17-5d59-4a3e-a3ec-c81f2cf577fb",
"Date": "2026-06-16T22:06:29.9628166Z",
"FrontCover": "e55673db-58f4-47a8-a672-1b2c33ef3754",
"BackCover": "36770cb5-063c-4cdc-bd32-1cce29abdfd0",
"Products": [
"1b1cf312-70b3-4c00-b154-bb0f52f4f7e4",
"c152c227-512f-409d-8432-1b1e59bad840"
],
"Parts": [
"03c4a874-6ed3-4a83-8e3f-c059b130f9ef",
"fdfc492f-8341-439b-b22c-8c3f0a6dc083"
]
}
text/html
Sample:
{"Currency":"169ab053-2728-4c17-ae04-2de5436402d4","PriceBook":"e96114e8-5003-4c23-888b-3aadeab83252","Language":"51b94d17-5d59-4a3e-a3ec-c81f2cf577fb","Date":"2026-06-16T22:06:29.9628166Z","FrontCover":"e55673db-58f4-47a8-a672-1b2c33ef3754","BackCover":"36770cb5-063c-4cdc-bd32-1cce29abdfd0","Products":["1b1cf312-70b3-4c00-b154-bb0f52f4f7e4","c152c227-512f-409d-8432-1b1e59bad840"],"Parts":["03c4a874-6ed3-4a83-8e3f-c059b130f9ef","fdfc492f-8341-439b-b22c-8c3f0a6dc083"]}
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>36770cb5-063c-4cdc-bd32-1cce29abdfd0</BackCover>
<Currency>169ab053-2728-4c17-ae04-2de5436402d4</Currency>
<Date>2026-06-16T22:06:29.9628166+00:00</Date>
<FrontCover>e55673db-58f4-47a8-a672-1b2c33ef3754</FrontCover>
<Language>51b94d17-5d59-4a3e-a3ec-c81f2cf577fb</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>03c4a874-6ed3-4a83-8e3f-c059b130f9ef</d2p1:guid>
<d2p1:guid>fdfc492f-8341-439b-b22c-8c3f0a6dc083</d2p1:guid>
</Parts>
<PriceBook>e96114e8-5003-4c23-888b-3aadeab83252</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1b1cf312-70b3-4c00-b154-bb0f52f4f7e4</d2p1:guid>
<d2p1:guid>c152c227-512f-409d-8432-1b1e59bad840</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:
"871fc242-30c0-4a58-96cb-614cedb4f778"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">871fc242-30c0-4a58-96cb-614cedb4f778</guid>