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": "e4da53f6-7439-4ecb-9298-e201eccc22b0",
"PriceBook": "1a5608d9-b9a0-4fab-9036-5f0b52d3ab6d",
"Language": "91f58c9f-156d-46f6-bb4b-16a88250904b",
"Date": "2026-04-29T03:38:45.7411055Z",
"FrontCover": "7f0d9f1a-fd08-4dac-8cc9-c185bf7ee1b3",
"BackCover": "24e97296-6208-4e0b-a926-bc89b07aaa9c",
"Products": [
"8b1af00e-8a3e-4a88-8589-e0a0ff6fbf44",
"ac808137-7b0d-4c6b-a14a-f68c30e94693"
],
"Parts": [
"9fa6496d-e7aa-47ae-a80d-81571796a699",
"4f1a10e8-ee95-4c80-821a-a5ffe6e0eb2f"
]
}
text/html
Sample:
{"Currency":"e4da53f6-7439-4ecb-9298-e201eccc22b0","PriceBook":"1a5608d9-b9a0-4fab-9036-5f0b52d3ab6d","Language":"91f58c9f-156d-46f6-bb4b-16a88250904b","Date":"2026-04-29T03:38:45.7411055Z","FrontCover":"7f0d9f1a-fd08-4dac-8cc9-c185bf7ee1b3","BackCover":"24e97296-6208-4e0b-a926-bc89b07aaa9c","Products":["8b1af00e-8a3e-4a88-8589-e0a0ff6fbf44","ac808137-7b0d-4c6b-a14a-f68c30e94693"],"Parts":["9fa6496d-e7aa-47ae-a80d-81571796a699","4f1a10e8-ee95-4c80-821a-a5ffe6e0eb2f"]}
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>24e97296-6208-4e0b-a926-bc89b07aaa9c</BackCover>
<Currency>e4da53f6-7439-4ecb-9298-e201eccc22b0</Currency>
<Date>2026-04-29T03:38:45.7411055+00:00</Date>
<FrontCover>7f0d9f1a-fd08-4dac-8cc9-c185bf7ee1b3</FrontCover>
<Language>91f58c9f-156d-46f6-bb4b-16a88250904b</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9fa6496d-e7aa-47ae-a80d-81571796a699</d2p1:guid>
<d2p1:guid>4f1a10e8-ee95-4c80-821a-a5ffe6e0eb2f</d2p1:guid>
</Parts>
<PriceBook>1a5608d9-b9a0-4fab-9036-5f0b52d3ab6d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8b1af00e-8a3e-4a88-8589-e0a0ff6fbf44</d2p1:guid>
<d2p1:guid>ac808137-7b0d-4c6b-a14a-f68c30e94693</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:
"c724691c-6fa9-4886-b645-2a1fab356479"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c724691c-6fa9-4886-b645-2a1fab356479</guid>