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": "ba05cec3-2516-43a1-97a5-12517e1c52b6",
"PriceBook": "c1b5579f-245b-4d37-ba5b-2eea713bd260",
"Language": "4c91c9f0-85fc-4ca6-a199-4bec4466f83d",
"Date": "2026-06-10T19:52:02.1469461Z",
"FrontCover": "6360ada9-7fd6-4291-9982-9a56b3ff0ec4",
"BackCover": "2eb681f0-8362-4cd4-a1f9-570a9d078d6e",
"Products": [
"5e0f753b-56bb-421c-bb20-874286aee9c8",
"3d5616a4-cf8a-4760-abb4-79b94295f5cf"
],
"Parts": [
"4278084b-75c5-4cc8-879b-e50e49067d6f",
"5d89fc87-f773-405e-8c65-120a96c75ba3"
]
}
text/html
Sample:
{"Currency":"ba05cec3-2516-43a1-97a5-12517e1c52b6","PriceBook":"c1b5579f-245b-4d37-ba5b-2eea713bd260","Language":"4c91c9f0-85fc-4ca6-a199-4bec4466f83d","Date":"2026-06-10T19:52:02.1469461Z","FrontCover":"6360ada9-7fd6-4291-9982-9a56b3ff0ec4","BackCover":"2eb681f0-8362-4cd4-a1f9-570a9d078d6e","Products":["5e0f753b-56bb-421c-bb20-874286aee9c8","3d5616a4-cf8a-4760-abb4-79b94295f5cf"],"Parts":["4278084b-75c5-4cc8-879b-e50e49067d6f","5d89fc87-f773-405e-8c65-120a96c75ba3"]}
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>2eb681f0-8362-4cd4-a1f9-570a9d078d6e</BackCover>
<Currency>ba05cec3-2516-43a1-97a5-12517e1c52b6</Currency>
<Date>2026-06-10T19:52:02.1469461+00:00</Date>
<FrontCover>6360ada9-7fd6-4291-9982-9a56b3ff0ec4</FrontCover>
<Language>4c91c9f0-85fc-4ca6-a199-4bec4466f83d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4278084b-75c5-4cc8-879b-e50e49067d6f</d2p1:guid>
<d2p1:guid>5d89fc87-f773-405e-8c65-120a96c75ba3</d2p1:guid>
</Parts>
<PriceBook>c1b5579f-245b-4d37-ba5b-2eea713bd260</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5e0f753b-56bb-421c-bb20-874286aee9c8</d2p1:guid>
<d2p1:guid>3d5616a4-cf8a-4760-abb4-79b94295f5cf</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:
"d5af1d02-08cc-4ad7-bbdd-62d9553cc96a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d5af1d02-08cc-4ad7-bbdd-62d9553cc96a</guid>