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": "90613e49-b50d-440c-b76b-63169149eca7",
"PriceBook": "3f9f1700-5e85-4543-bd72-35f9fba2d245",
"Language": "0410f986-78f6-43a5-bb30-15fdd6bf3d84",
"Date": "2026-04-18T01:07:53.9925026Z",
"FrontCover": "5d7e5f21-c46e-4aa7-9d92-f076bd2a7bcc",
"BackCover": "05c5f6ae-543f-49b8-936e-1b2b1655bbcf",
"Products": [
"292ddcc3-98d9-4dc6-888e-38eac080fe99",
"2d1cc378-f12b-4f2a-8e92-6d67799cee5b"
],
"Parts": [
"19f7af52-a7aa-44c2-a6e2-feed3c53d557",
"70670196-dd4e-44b7-9d92-dfb5d19ffc88"
]
}
text/html
Sample:
{"Currency":"90613e49-b50d-440c-b76b-63169149eca7","PriceBook":"3f9f1700-5e85-4543-bd72-35f9fba2d245","Language":"0410f986-78f6-43a5-bb30-15fdd6bf3d84","Date":"2026-04-18T01:07:53.9925026Z","FrontCover":"5d7e5f21-c46e-4aa7-9d92-f076bd2a7bcc","BackCover":"05c5f6ae-543f-49b8-936e-1b2b1655bbcf","Products":["292ddcc3-98d9-4dc6-888e-38eac080fe99","2d1cc378-f12b-4f2a-8e92-6d67799cee5b"],"Parts":["19f7af52-a7aa-44c2-a6e2-feed3c53d557","70670196-dd4e-44b7-9d92-dfb5d19ffc88"]}
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>05c5f6ae-543f-49b8-936e-1b2b1655bbcf</BackCover>
<Currency>90613e49-b50d-440c-b76b-63169149eca7</Currency>
<Date>2026-04-18T01:07:53.9925026+00:00</Date>
<FrontCover>5d7e5f21-c46e-4aa7-9d92-f076bd2a7bcc</FrontCover>
<Language>0410f986-78f6-43a5-bb30-15fdd6bf3d84</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>19f7af52-a7aa-44c2-a6e2-feed3c53d557</d2p1:guid>
<d2p1:guid>70670196-dd4e-44b7-9d92-dfb5d19ffc88</d2p1:guid>
</Parts>
<PriceBook>3f9f1700-5e85-4543-bd72-35f9fba2d245</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>292ddcc3-98d9-4dc6-888e-38eac080fe99</d2p1:guid>
<d2p1:guid>2d1cc378-f12b-4f2a-8e92-6d67799cee5b</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:
"307f8a08-5e0f-4b3c-842e-4b917ba3293d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">307f8a08-5e0f-4b3c-842e-4b917ba3293d</guid>