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": "83e5694a-0752-4b30-8acc-8b2c60fc9f59",
"PriceBook": "0d42cdf7-d094-4359-8d69-dd3dba69c4be",
"Language": "caf5a369-afae-4376-b21c-f02a235f4413",
"Date": "2026-09-02T21:49:52.8384139Z",
"FrontCover": "f9cb560a-3594-40d6-ad65-6e436a6f26ee",
"BackCover": "32425df6-12ec-4636-97ce-317df1ad0399",
"Products": [
"8871dbf7-820c-4484-815e-07742a8b9140",
"56c8bbc3-9bab-4c4e-bcf6-9c00b016e2a5"
],
"Parts": [
"15d2bdb1-98c7-46f0-ba09-0bb67396a9a3",
"8cae32fb-2362-466f-ba6c-3ec9f559464f"
]
}
text/html
Sample:
{"Currency":"83e5694a-0752-4b30-8acc-8b2c60fc9f59","PriceBook":"0d42cdf7-d094-4359-8d69-dd3dba69c4be","Language":"caf5a369-afae-4376-b21c-f02a235f4413","Date":"2026-09-02T21:49:52.8384139Z","FrontCover":"f9cb560a-3594-40d6-ad65-6e436a6f26ee","BackCover":"32425df6-12ec-4636-97ce-317df1ad0399","Products":["8871dbf7-820c-4484-815e-07742a8b9140","56c8bbc3-9bab-4c4e-bcf6-9c00b016e2a5"],"Parts":["15d2bdb1-98c7-46f0-ba09-0bb67396a9a3","8cae32fb-2362-466f-ba6c-3ec9f559464f"]}
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>32425df6-12ec-4636-97ce-317df1ad0399</BackCover>
<Currency>83e5694a-0752-4b30-8acc-8b2c60fc9f59</Currency>
<Date>2026-09-02T21:49:52.8384139+00:00</Date>
<FrontCover>f9cb560a-3594-40d6-ad65-6e436a6f26ee</FrontCover>
<Language>caf5a369-afae-4376-b21c-f02a235f4413</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>15d2bdb1-98c7-46f0-ba09-0bb67396a9a3</d2p1:guid>
<d2p1:guid>8cae32fb-2362-466f-ba6c-3ec9f559464f</d2p1:guid>
</Parts>
<PriceBook>0d42cdf7-d094-4359-8d69-dd3dba69c4be</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8871dbf7-820c-4484-815e-07742a8b9140</d2p1:guid>
<d2p1:guid>56c8bbc3-9bab-4c4e-bcf6-9c00b016e2a5</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:
"e9c2e4bd-4f7f-4424-993f-4605d1453e99"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e9c2e4bd-4f7f-4424-993f-4605d1453e99</guid>