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": "9140a380-08c8-4915-b24e-a3ae6cf52c26",
"PriceBook": "09f7b1a0-299a-4b6b-b6a2-e06c123423d2",
"Language": "761a1426-4c4d-4b49-836c-3cbe06aead10",
"Date": "2026-07-18T02:56:36.1439903Z",
"FrontCover": "a9663f88-ff0d-4d7c-9e00-4a270cf9e6bd",
"BackCover": "399fcdf5-e073-4788-a0a2-1c95355227fc",
"Products": [
"689a0b27-d7a3-471d-a657-312afdb02006",
"09acba4a-0398-43a3-b43a-da6a75f9c63b"
],
"Parts": [
"fdfb8ce7-f236-41d7-a64b-4888d68e53d2",
"e92525b5-40de-4ed0-ad05-15385ba8bb7f"
]
}
text/html
Sample:
{"Currency":"9140a380-08c8-4915-b24e-a3ae6cf52c26","PriceBook":"09f7b1a0-299a-4b6b-b6a2-e06c123423d2","Language":"761a1426-4c4d-4b49-836c-3cbe06aead10","Date":"2026-07-18T02:56:36.1439903Z","FrontCover":"a9663f88-ff0d-4d7c-9e00-4a270cf9e6bd","BackCover":"399fcdf5-e073-4788-a0a2-1c95355227fc","Products":["689a0b27-d7a3-471d-a657-312afdb02006","09acba4a-0398-43a3-b43a-da6a75f9c63b"],"Parts":["fdfb8ce7-f236-41d7-a64b-4888d68e53d2","e92525b5-40de-4ed0-ad05-15385ba8bb7f"]}
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>399fcdf5-e073-4788-a0a2-1c95355227fc</BackCover>
<Currency>9140a380-08c8-4915-b24e-a3ae6cf52c26</Currency>
<Date>2026-07-18T02:56:36.1439903+00:00</Date>
<FrontCover>a9663f88-ff0d-4d7c-9e00-4a270cf9e6bd</FrontCover>
<Language>761a1426-4c4d-4b49-836c-3cbe06aead10</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fdfb8ce7-f236-41d7-a64b-4888d68e53d2</d2p1:guid>
<d2p1:guid>e92525b5-40de-4ed0-ad05-15385ba8bb7f</d2p1:guid>
</Parts>
<PriceBook>09f7b1a0-299a-4b6b-b6a2-e06c123423d2</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>689a0b27-d7a3-471d-a657-312afdb02006</d2p1:guid>
<d2p1:guid>09acba4a-0398-43a3-b43a-da6a75f9c63b</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:
"46999940-777f-4aba-b2da-f224e4bfba72"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">46999940-777f-4aba-b2da-f224e4bfba72</guid>