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": "9175f522-68b5-4d1e-b550-17930c0746e0",
"PriceBook": "a9cce6f4-0107-41c3-85c5-5a1fb33fcc5c",
"Language": "da188c38-35f8-44c2-912c-09b512daf684",
"Date": "2026-04-23T17:38:03.9372968Z",
"FrontCover": "70cf38cd-2d41-4f4f-9978-4dcca9df14aa",
"BackCover": "cc7cf6c1-39c2-41d9-bfc9-cd862550cd2d",
"Products": [
"8e2cfed7-3b6b-4866-b700-bbb2affa26c6",
"4647c036-1939-4ad2-8cf3-e05c2e6c8580"
],
"Parts": [
"4ff318f3-e8aa-4acf-9de5-fd943e0dc66e",
"0ef40085-9675-42c4-80be-706ba74f110b"
]
}
text/html
Sample:
{"Currency":"9175f522-68b5-4d1e-b550-17930c0746e0","PriceBook":"a9cce6f4-0107-41c3-85c5-5a1fb33fcc5c","Language":"da188c38-35f8-44c2-912c-09b512daf684","Date":"2026-04-23T17:38:03.9372968Z","FrontCover":"70cf38cd-2d41-4f4f-9978-4dcca9df14aa","BackCover":"cc7cf6c1-39c2-41d9-bfc9-cd862550cd2d","Products":["8e2cfed7-3b6b-4866-b700-bbb2affa26c6","4647c036-1939-4ad2-8cf3-e05c2e6c8580"],"Parts":["4ff318f3-e8aa-4acf-9de5-fd943e0dc66e","0ef40085-9675-42c4-80be-706ba74f110b"]}
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>cc7cf6c1-39c2-41d9-bfc9-cd862550cd2d</BackCover>
<Currency>9175f522-68b5-4d1e-b550-17930c0746e0</Currency>
<Date>2026-04-23T17:38:03.9372968+00:00</Date>
<FrontCover>70cf38cd-2d41-4f4f-9978-4dcca9df14aa</FrontCover>
<Language>da188c38-35f8-44c2-912c-09b512daf684</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4ff318f3-e8aa-4acf-9de5-fd943e0dc66e</d2p1:guid>
<d2p1:guid>0ef40085-9675-42c4-80be-706ba74f110b</d2p1:guid>
</Parts>
<PriceBook>a9cce6f4-0107-41c3-85c5-5a1fb33fcc5c</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8e2cfed7-3b6b-4866-b700-bbb2affa26c6</d2p1:guid>
<d2p1:guid>4647c036-1939-4ad2-8cf3-e05c2e6c8580</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:
"c832bef1-c384-42c0-8b66-92ad446061d6"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c832bef1-c384-42c0-8b66-92ad446061d6</guid>