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": "301fb2a6-7e1a-4176-8c34-f509e15f8a48",
"PriceBook": "5bd21bfb-5b4b-4c04-bf0a-60605bfcefa5",
"Language": "04d29337-564e-48f1-8ed8-858a4b43e4f8",
"Date": "2026-08-14T04:41:36.3186734Z",
"FrontCover": "9ddc8dbc-5ac1-4b46-ba6b-8d4d0d22ad4f",
"BackCover": "fc83cfab-3e41-40af-a43b-38da19bc1733",
"Products": [
"e63e00ad-b8ac-4c6f-9027-12eced5c1231",
"46e4ac97-7a53-4d55-8c89-bf0228e2f13a"
],
"Parts": [
"66b4ae82-0ec1-416e-a31d-2fb449589aad",
"3a184b61-0f25-43fb-8391-df5f0c78ac20"
]
}
text/html
Sample:
{"Currency":"301fb2a6-7e1a-4176-8c34-f509e15f8a48","PriceBook":"5bd21bfb-5b4b-4c04-bf0a-60605bfcefa5","Language":"04d29337-564e-48f1-8ed8-858a4b43e4f8","Date":"2026-08-14T04:41:36.3186734Z","FrontCover":"9ddc8dbc-5ac1-4b46-ba6b-8d4d0d22ad4f","BackCover":"fc83cfab-3e41-40af-a43b-38da19bc1733","Products":["e63e00ad-b8ac-4c6f-9027-12eced5c1231","46e4ac97-7a53-4d55-8c89-bf0228e2f13a"],"Parts":["66b4ae82-0ec1-416e-a31d-2fb449589aad","3a184b61-0f25-43fb-8391-df5f0c78ac20"]}
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>fc83cfab-3e41-40af-a43b-38da19bc1733</BackCover>
<Currency>301fb2a6-7e1a-4176-8c34-f509e15f8a48</Currency>
<Date>2026-08-14T04:41:36.3186734+00:00</Date>
<FrontCover>9ddc8dbc-5ac1-4b46-ba6b-8d4d0d22ad4f</FrontCover>
<Language>04d29337-564e-48f1-8ed8-858a4b43e4f8</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>66b4ae82-0ec1-416e-a31d-2fb449589aad</d2p1:guid>
<d2p1:guid>3a184b61-0f25-43fb-8391-df5f0c78ac20</d2p1:guid>
</Parts>
<PriceBook>5bd21bfb-5b4b-4c04-bf0a-60605bfcefa5</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e63e00ad-b8ac-4c6f-9027-12eced5c1231</d2p1:guid>
<d2p1:guid>46e4ac97-7a53-4d55-8c89-bf0228e2f13a</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:
"958ea8b6-f0a0-4034-bd30-0e1e2a051696"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">958ea8b6-f0a0-4034-bd30-0e1e2a051696</guid>