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": "a23c7fe7-67ce-4b16-9890-638228277144",
"PriceBook": "28a897d8-23ea-447e-a48f-3eb155f91828",
"Language": "5ad70c32-5176-49ab-a826-bee6f4f64250",
"Date": "2026-02-28T21:47:06.2156943Z",
"FrontCover": "cd07ca55-0422-476c-bbcd-6acb1e9a3ce0",
"BackCover": "93f4f528-fea1-4774-aef5-f90fc1774706",
"Products": [
"c5a1117f-660b-4892-9f2f-0f0f666ebe12",
"3fd2654b-a844-4884-ad9b-abaaf43aef3a"
],
"Parts": [
"6db883c7-5fd3-498b-9104-bfd1a30bee37",
"07c0a710-fcbc-4fbb-8aa1-accb75072510"
]
}
text/html
Sample:
{"Currency":"a23c7fe7-67ce-4b16-9890-638228277144","PriceBook":"28a897d8-23ea-447e-a48f-3eb155f91828","Language":"5ad70c32-5176-49ab-a826-bee6f4f64250","Date":"2026-02-28T21:47:06.2156943Z","FrontCover":"cd07ca55-0422-476c-bbcd-6acb1e9a3ce0","BackCover":"93f4f528-fea1-4774-aef5-f90fc1774706","Products":["c5a1117f-660b-4892-9f2f-0f0f666ebe12","3fd2654b-a844-4884-ad9b-abaaf43aef3a"],"Parts":["6db883c7-5fd3-498b-9104-bfd1a30bee37","07c0a710-fcbc-4fbb-8aa1-accb75072510"]}
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>93f4f528-fea1-4774-aef5-f90fc1774706</BackCover>
<Currency>a23c7fe7-67ce-4b16-9890-638228277144</Currency>
<Date>2026-02-28T21:47:06.2156943+00:00</Date>
<FrontCover>cd07ca55-0422-476c-bbcd-6acb1e9a3ce0</FrontCover>
<Language>5ad70c32-5176-49ab-a826-bee6f4f64250</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6db883c7-5fd3-498b-9104-bfd1a30bee37</d2p1:guid>
<d2p1:guid>07c0a710-fcbc-4fbb-8aa1-accb75072510</d2p1:guid>
</Parts>
<PriceBook>28a897d8-23ea-447e-a48f-3eb155f91828</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c5a1117f-660b-4892-9f2f-0f0f666ebe12</d2p1:guid>
<d2p1:guid>3fd2654b-a844-4884-ad9b-abaaf43aef3a</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:
"8c998769-e85a-4108-967f-eefb8d9d827a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8c998769-e85a-4108-967f-eefb8d9d827a</guid>