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": "0b1296be-1a42-46db-a810-cde254bb0782",
"PriceBook": "3455d6ce-caf6-40dd-9abe-69a9a4249e72",
"Language": "5409ed33-d586-49cc-946c-3735df5b3f2f",
"Date": "2026-07-29T14:42:29.2885086Z",
"FrontCover": "9a549f66-0ba8-4984-bd7a-9f5c1b94ee99",
"BackCover": "180d4576-a52c-4303-b0ab-87453c3b350d",
"Products": [
"e5ee8720-04b7-488b-bcde-f4d558e86ff0",
"87922b22-1b3c-47ff-b523-cbadb67f9647"
],
"Parts": [
"a1dfc33d-6b04-4856-bee3-9c24e367a369",
"60a3ce85-df41-4d0d-a227-aa4db3066467"
]
}
text/html
Sample:
{"Currency":"0b1296be-1a42-46db-a810-cde254bb0782","PriceBook":"3455d6ce-caf6-40dd-9abe-69a9a4249e72","Language":"5409ed33-d586-49cc-946c-3735df5b3f2f","Date":"2026-07-29T14:42:29.2885086Z","FrontCover":"9a549f66-0ba8-4984-bd7a-9f5c1b94ee99","BackCover":"180d4576-a52c-4303-b0ab-87453c3b350d","Products":["e5ee8720-04b7-488b-bcde-f4d558e86ff0","87922b22-1b3c-47ff-b523-cbadb67f9647"],"Parts":["a1dfc33d-6b04-4856-bee3-9c24e367a369","60a3ce85-df41-4d0d-a227-aa4db3066467"]}
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>180d4576-a52c-4303-b0ab-87453c3b350d</BackCover>
<Currency>0b1296be-1a42-46db-a810-cde254bb0782</Currency>
<Date>2026-07-29T14:42:29.2885086+00:00</Date>
<FrontCover>9a549f66-0ba8-4984-bd7a-9f5c1b94ee99</FrontCover>
<Language>5409ed33-d586-49cc-946c-3735df5b3f2f</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a1dfc33d-6b04-4856-bee3-9c24e367a369</d2p1:guid>
<d2p1:guid>60a3ce85-df41-4d0d-a227-aa4db3066467</d2p1:guid>
</Parts>
<PriceBook>3455d6ce-caf6-40dd-9abe-69a9a4249e72</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e5ee8720-04b7-488b-bcde-f4d558e86ff0</d2p1:guid>
<d2p1:guid>87922b22-1b3c-47ff-b523-cbadb67f9647</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:
"e8bbdfc5-ec35-4465-a9cf-84e92120c9e7"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e8bbdfc5-ec35-4465-a9cf-84e92120c9e7</guid>