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": "1dc86580-3ef2-41bd-ad58-e0a7aa8ed372",
"PriceBook": "cf82c1a9-bfee-4f41-9186-756b32ed0f50",
"Language": "9965fd4b-feb3-49ef-8eea-f39b855fe543",
"Date": "2026-04-14T20:01:43.9005053Z",
"FrontCover": "4b684e80-b675-4397-a7fe-545108a68aba",
"BackCover": "08b97294-84b6-441b-8f39-853839080d38",
"Products": [
"ab3d48c1-f3fb-4c6c-bb6c-531aa8b70809",
"40a76eca-468f-40fd-962d-290e21dba6c7"
],
"Parts": [
"3fd1e8ca-8ad6-4f7f-93af-1ef927a9119f",
"a88b063a-8c86-403e-bad6-fef56b8b4d25"
]
}
text/html
Sample:
{"Currency":"1dc86580-3ef2-41bd-ad58-e0a7aa8ed372","PriceBook":"cf82c1a9-bfee-4f41-9186-756b32ed0f50","Language":"9965fd4b-feb3-49ef-8eea-f39b855fe543","Date":"2026-04-14T20:01:43.9005053Z","FrontCover":"4b684e80-b675-4397-a7fe-545108a68aba","BackCover":"08b97294-84b6-441b-8f39-853839080d38","Products":["ab3d48c1-f3fb-4c6c-bb6c-531aa8b70809","40a76eca-468f-40fd-962d-290e21dba6c7"],"Parts":["3fd1e8ca-8ad6-4f7f-93af-1ef927a9119f","a88b063a-8c86-403e-bad6-fef56b8b4d25"]}
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>08b97294-84b6-441b-8f39-853839080d38</BackCover>
<Currency>1dc86580-3ef2-41bd-ad58-e0a7aa8ed372</Currency>
<Date>2026-04-14T20:01:43.9005053+00:00</Date>
<FrontCover>4b684e80-b675-4397-a7fe-545108a68aba</FrontCover>
<Language>9965fd4b-feb3-49ef-8eea-f39b855fe543</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3fd1e8ca-8ad6-4f7f-93af-1ef927a9119f</d2p1:guid>
<d2p1:guid>a88b063a-8c86-403e-bad6-fef56b8b4d25</d2p1:guid>
</Parts>
<PriceBook>cf82c1a9-bfee-4f41-9186-756b32ed0f50</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ab3d48c1-f3fb-4c6c-bb6c-531aa8b70809</d2p1:guid>
<d2p1:guid>40a76eca-468f-40fd-962d-290e21dba6c7</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:
"4255113d-8176-48f0-8bfb-753d0dfb82f3"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4255113d-8176-48f0-8bfb-753d0dfb82f3</guid>