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": "c29889e8-7c19-4ee6-a8b5-f1700fa41f18",
"PriceBook": "f5db6ac2-0e21-4473-8f6c-0745cae75e91",
"Language": "98cb7d9e-0f28-4bfb-9abe-982da68fd1ff",
"Date": "2026-05-07T10:57:26.0822984Z",
"FrontCover": "2f3ece14-5512-4862-b451-b5ddcae2daac",
"BackCover": "f6cfe9db-da61-4432-8473-6b4748cf9198",
"Products": [
"64248aa1-3653-4811-91e4-4f521e341b1b",
"3016be7f-4aad-4488-9cf3-55895714e23a"
],
"Parts": [
"18a691d3-ed84-40c5-84ae-94ca27590ae4",
"cb92bf70-a2e4-45a5-a68f-c43c8f6bbfbe"
]
}
text/html
Sample:
{"Currency":"c29889e8-7c19-4ee6-a8b5-f1700fa41f18","PriceBook":"f5db6ac2-0e21-4473-8f6c-0745cae75e91","Language":"98cb7d9e-0f28-4bfb-9abe-982da68fd1ff","Date":"2026-05-07T10:57:26.0822984Z","FrontCover":"2f3ece14-5512-4862-b451-b5ddcae2daac","BackCover":"f6cfe9db-da61-4432-8473-6b4748cf9198","Products":["64248aa1-3653-4811-91e4-4f521e341b1b","3016be7f-4aad-4488-9cf3-55895714e23a"],"Parts":["18a691d3-ed84-40c5-84ae-94ca27590ae4","cb92bf70-a2e4-45a5-a68f-c43c8f6bbfbe"]}
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>f6cfe9db-da61-4432-8473-6b4748cf9198</BackCover>
<Currency>c29889e8-7c19-4ee6-a8b5-f1700fa41f18</Currency>
<Date>2026-05-07T10:57:26.0822984+00:00</Date>
<FrontCover>2f3ece14-5512-4862-b451-b5ddcae2daac</FrontCover>
<Language>98cb7d9e-0f28-4bfb-9abe-982da68fd1ff</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>18a691d3-ed84-40c5-84ae-94ca27590ae4</d2p1:guid>
<d2p1:guid>cb92bf70-a2e4-45a5-a68f-c43c8f6bbfbe</d2p1:guid>
</Parts>
<PriceBook>f5db6ac2-0e21-4473-8f6c-0745cae75e91</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>64248aa1-3653-4811-91e4-4f521e341b1b</d2p1:guid>
<d2p1:guid>3016be7f-4aad-4488-9cf3-55895714e23a</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:
"5c25dc02-9aeb-49e9-b364-cd205c78e1ef"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5c25dc02-9aeb-49e9-b364-cd205c78e1ef</guid>