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": "67a10de5-5b84-4131-87c6-dbbe6104de0a",
"PriceBook": "83b7e7ca-9978-4b8b-906f-c0dede2c5ca8",
"Language": "dd71cf39-9166-46f6-b2a0-037223ed9fda",
"Date": "2026-06-07T19:06:01.7642011Z",
"FrontCover": "2b14652f-0c3a-4e69-89c2-8d745e93fe10",
"BackCover": "aa056ad3-100b-479e-a5eb-acf381153dda",
"Products": [
"9a7be967-25ac-45e9-a1a7-9ed5ec371d74",
"6c6f0ef9-fff2-4343-b676-338e9b26d496"
],
"Parts": [
"2ebe7942-f773-4fa3-9aed-d69e37e296c8",
"9b00214b-6fe1-406f-b1cc-bdf7cb148961"
]
}
text/html
Sample:
{"Currency":"67a10de5-5b84-4131-87c6-dbbe6104de0a","PriceBook":"83b7e7ca-9978-4b8b-906f-c0dede2c5ca8","Language":"dd71cf39-9166-46f6-b2a0-037223ed9fda","Date":"2026-06-07T19:06:01.7642011Z","FrontCover":"2b14652f-0c3a-4e69-89c2-8d745e93fe10","BackCover":"aa056ad3-100b-479e-a5eb-acf381153dda","Products":["9a7be967-25ac-45e9-a1a7-9ed5ec371d74","6c6f0ef9-fff2-4343-b676-338e9b26d496"],"Parts":["2ebe7942-f773-4fa3-9aed-d69e37e296c8","9b00214b-6fe1-406f-b1cc-bdf7cb148961"]}
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>aa056ad3-100b-479e-a5eb-acf381153dda</BackCover>
<Currency>67a10de5-5b84-4131-87c6-dbbe6104de0a</Currency>
<Date>2026-06-07T19:06:01.7642011+00:00</Date>
<FrontCover>2b14652f-0c3a-4e69-89c2-8d745e93fe10</FrontCover>
<Language>dd71cf39-9166-46f6-b2a0-037223ed9fda</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2ebe7942-f773-4fa3-9aed-d69e37e296c8</d2p1:guid>
<d2p1:guid>9b00214b-6fe1-406f-b1cc-bdf7cb148961</d2p1:guid>
</Parts>
<PriceBook>83b7e7ca-9978-4b8b-906f-c0dede2c5ca8</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9a7be967-25ac-45e9-a1a7-9ed5ec371d74</d2p1:guid>
<d2p1:guid>6c6f0ef9-fff2-4343-b676-338e9b26d496</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:
"9d7e3a22-a2f8-4091-be6a-bb0c5cf09b10"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9d7e3a22-a2f8-4091-be6a-bb0c5cf09b10</guid>