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": "fcc99e54-14f2-42da-b0d2-b9b8ec87f3fb",
"PriceBook": "8a98c365-3a4c-414c-a28c-da0fd17be17b",
"Language": "f18c7c7e-612c-4b85-9fa0-e1b88de353fe",
"Date": "2026-03-01T22:12:24.1213078Z",
"FrontCover": "291cfe8e-99bf-45e9-9047-f1fc739c086f",
"BackCover": "a61d799a-ed29-4dab-bc72-4eb255a3ff50",
"Products": [
"a32d58ee-4da0-494b-9d79-2e17e27c2509",
"d93fbae8-4650-4f1e-ace1-eccf7cc53bec"
],
"Parts": [
"22e7e8b5-d181-47db-86d0-944dc50a6760",
"dc4e173d-bdea-4a84-8405-4e148109848a"
]
}
text/html
Sample:
{"Currency":"fcc99e54-14f2-42da-b0d2-b9b8ec87f3fb","PriceBook":"8a98c365-3a4c-414c-a28c-da0fd17be17b","Language":"f18c7c7e-612c-4b85-9fa0-e1b88de353fe","Date":"2026-03-01T22:12:24.1213078Z","FrontCover":"291cfe8e-99bf-45e9-9047-f1fc739c086f","BackCover":"a61d799a-ed29-4dab-bc72-4eb255a3ff50","Products":["a32d58ee-4da0-494b-9d79-2e17e27c2509","d93fbae8-4650-4f1e-ace1-eccf7cc53bec"],"Parts":["22e7e8b5-d181-47db-86d0-944dc50a6760","dc4e173d-bdea-4a84-8405-4e148109848a"]}
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>a61d799a-ed29-4dab-bc72-4eb255a3ff50</BackCover>
<Currency>fcc99e54-14f2-42da-b0d2-b9b8ec87f3fb</Currency>
<Date>2026-03-01T22:12:24.1213078+00:00</Date>
<FrontCover>291cfe8e-99bf-45e9-9047-f1fc739c086f</FrontCover>
<Language>f18c7c7e-612c-4b85-9fa0-e1b88de353fe</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>22e7e8b5-d181-47db-86d0-944dc50a6760</d2p1:guid>
<d2p1:guid>dc4e173d-bdea-4a84-8405-4e148109848a</d2p1:guid>
</Parts>
<PriceBook>8a98c365-3a4c-414c-a28c-da0fd17be17b</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a32d58ee-4da0-494b-9d79-2e17e27c2509</d2p1:guid>
<d2p1:guid>d93fbae8-4650-4f1e-ace1-eccf7cc53bec</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:
"6fb33b70-8545-45c1-a542-f3561a1e0072"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6fb33b70-8545-45c1-a542-f3561a1e0072</guid>