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": "80b51b98-3ea4-4759-a9c0-15bb7c404632",
"PriceBook": "89add83b-5d3d-41a7-856c-f6950208ce75",
"Language": "a0099e92-b39f-45d2-a542-f779467d1218",
"Date": "2026-08-08T00:22:01.231345Z",
"FrontCover": "d6668111-a60c-4e5a-b15a-d7716036a0f6",
"BackCover": "be2065ff-f21a-4b36-8dad-cf38d04b4e5f",
"Products": [
"3df8d67b-253c-4108-b940-068ffca5881c",
"c7edab7e-39f9-4a5d-938b-8172d3c658d8"
],
"Parts": [
"f8844e6f-365c-4b41-8d07-5a7e213e35c0",
"1499131f-bb8d-4d35-b807-89c5d47d2d4e"
]
}
text/html
Sample:
{"Currency":"80b51b98-3ea4-4759-a9c0-15bb7c404632","PriceBook":"89add83b-5d3d-41a7-856c-f6950208ce75","Language":"a0099e92-b39f-45d2-a542-f779467d1218","Date":"2026-08-08T00:22:01.231345Z","FrontCover":"d6668111-a60c-4e5a-b15a-d7716036a0f6","BackCover":"be2065ff-f21a-4b36-8dad-cf38d04b4e5f","Products":["3df8d67b-253c-4108-b940-068ffca5881c","c7edab7e-39f9-4a5d-938b-8172d3c658d8"],"Parts":["f8844e6f-365c-4b41-8d07-5a7e213e35c0","1499131f-bb8d-4d35-b807-89c5d47d2d4e"]}
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>be2065ff-f21a-4b36-8dad-cf38d04b4e5f</BackCover>
<Currency>80b51b98-3ea4-4759-a9c0-15bb7c404632</Currency>
<Date>2026-08-08T00:22:01.231345+00:00</Date>
<FrontCover>d6668111-a60c-4e5a-b15a-d7716036a0f6</FrontCover>
<Language>a0099e92-b39f-45d2-a542-f779467d1218</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f8844e6f-365c-4b41-8d07-5a7e213e35c0</d2p1:guid>
<d2p1:guid>1499131f-bb8d-4d35-b807-89c5d47d2d4e</d2p1:guid>
</Parts>
<PriceBook>89add83b-5d3d-41a7-856c-f6950208ce75</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3df8d67b-253c-4108-b940-068ffca5881c</d2p1:guid>
<d2p1:guid>c7edab7e-39f9-4a5d-938b-8172d3c658d8</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:
"34d7253e-55eb-4b14-aeeb-9748ff762d81"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">34d7253e-55eb-4b14-aeeb-9748ff762d81</guid>