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": "b33a6f9f-42a5-4502-9647-7bf008b29cf3",
"PriceBook": "676e64a9-a3df-45dd-8130-4fef8b2f9c30",
"Language": "ab0c0aef-7de7-48d9-9f0c-6a3dda6e961a",
"Date": "2025-11-25T13:42:24.0258327Z",
"FrontCover": "894198a7-a342-4ff9-a917-42f1ae668758",
"BackCover": "6de4ae8d-ccbd-463f-8d83-a3ce58a10028",
"Products": [
"5d123b69-d4d4-497d-9d29-1a79222edc72",
"5df1ca21-d02e-4242-8094-1bf962dc56d3"
],
"Parts": [
"5489075d-59f7-4c1d-be51-0ce1b1ba2c80",
"8ed23110-e9e1-48b1-a494-f5ba14ac9d78"
]
}
text/html
Sample:
{"Currency":"b33a6f9f-42a5-4502-9647-7bf008b29cf3","PriceBook":"676e64a9-a3df-45dd-8130-4fef8b2f9c30","Language":"ab0c0aef-7de7-48d9-9f0c-6a3dda6e961a","Date":"2025-11-25T13:42:24.0258327Z","FrontCover":"894198a7-a342-4ff9-a917-42f1ae668758","BackCover":"6de4ae8d-ccbd-463f-8d83-a3ce58a10028","Products":["5d123b69-d4d4-497d-9d29-1a79222edc72","5df1ca21-d02e-4242-8094-1bf962dc56d3"],"Parts":["5489075d-59f7-4c1d-be51-0ce1b1ba2c80","8ed23110-e9e1-48b1-a494-f5ba14ac9d78"]}
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>6de4ae8d-ccbd-463f-8d83-a3ce58a10028</BackCover>
<Currency>b33a6f9f-42a5-4502-9647-7bf008b29cf3</Currency>
<Date>2025-11-25T13:42:24.0258327+00:00</Date>
<FrontCover>894198a7-a342-4ff9-a917-42f1ae668758</FrontCover>
<Language>ab0c0aef-7de7-48d9-9f0c-6a3dda6e961a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5489075d-59f7-4c1d-be51-0ce1b1ba2c80</d2p1:guid>
<d2p1:guid>8ed23110-e9e1-48b1-a494-f5ba14ac9d78</d2p1:guid>
</Parts>
<PriceBook>676e64a9-a3df-45dd-8130-4fef8b2f9c30</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5d123b69-d4d4-497d-9d29-1a79222edc72</d2p1:guid>
<d2p1:guid>5df1ca21-d02e-4242-8094-1bf962dc56d3</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:
"89cc5e3b-13dd-4767-96b0-676c012e4c37"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">89cc5e3b-13dd-4767-96b0-676c012e4c37</guid>