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": "49af2c97-ce35-4ff2-ae57-2ca64965623d",
"PriceBook": "af7f25c8-940d-4dff-aec8-fce669c7c7b7",
"Language": "ed6878c8-ab61-421d-906d-eacc8fd33429",
"Date": "2026-04-13T13:52:02.9056597Z",
"FrontCover": "316368af-af5a-4e5c-8d6d-aefe16d53ed9",
"BackCover": "3cc89e9f-d715-4752-88b2-1a4e012d172a",
"Products": [
"cf7e8eb7-de6f-4e4e-b664-c5dfd65a3587",
"e7afb17e-80da-4c22-9590-5d42ee7bb6fa"
],
"Parts": [
"84418a54-8784-4748-acd0-1421d75061b8",
"f12da16a-b1a2-4930-8e5b-6eb38d174ac1"
]
}
text/html
Sample:
{"Currency":"49af2c97-ce35-4ff2-ae57-2ca64965623d","PriceBook":"af7f25c8-940d-4dff-aec8-fce669c7c7b7","Language":"ed6878c8-ab61-421d-906d-eacc8fd33429","Date":"2026-04-13T13:52:02.9056597Z","FrontCover":"316368af-af5a-4e5c-8d6d-aefe16d53ed9","BackCover":"3cc89e9f-d715-4752-88b2-1a4e012d172a","Products":["cf7e8eb7-de6f-4e4e-b664-c5dfd65a3587","e7afb17e-80da-4c22-9590-5d42ee7bb6fa"],"Parts":["84418a54-8784-4748-acd0-1421d75061b8","f12da16a-b1a2-4930-8e5b-6eb38d174ac1"]}
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>3cc89e9f-d715-4752-88b2-1a4e012d172a</BackCover>
<Currency>49af2c97-ce35-4ff2-ae57-2ca64965623d</Currency>
<Date>2026-04-13T13:52:02.9056597+00:00</Date>
<FrontCover>316368af-af5a-4e5c-8d6d-aefe16d53ed9</FrontCover>
<Language>ed6878c8-ab61-421d-906d-eacc8fd33429</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>84418a54-8784-4748-acd0-1421d75061b8</d2p1:guid>
<d2p1:guid>f12da16a-b1a2-4930-8e5b-6eb38d174ac1</d2p1:guid>
</Parts>
<PriceBook>af7f25c8-940d-4dff-aec8-fce669c7c7b7</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cf7e8eb7-de6f-4e4e-b664-c5dfd65a3587</d2p1:guid>
<d2p1:guid>e7afb17e-80da-4c22-9590-5d42ee7bb6fa</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:
"3f8c2240-c325-4772-bf74-f2d15a74ef66"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3f8c2240-c325-4772-bf74-f2d15a74ef66</guid>