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": "32ff8c8f-3c3f-4788-94e3-7869889c18ec",
"PriceBook": "3710c7e6-e27c-470f-8029-b88d6c8274e8",
"Language": "91e49f61-dfef-4fe7-8e1a-149068ec9f65",
"Date": "2026-04-12T03:27:42.1481692Z",
"FrontCover": "cdb4951e-cc95-46fd-8c72-071d658ede93",
"BackCover": "9fed4b0b-c4cd-4f0c-bc4f-be087b5e0f29",
"Products": [
"a227ddf1-02d2-4787-b67b-45f947e64cd1",
"0d9025f8-6f60-4dff-969f-b7b31fe86d19"
],
"Parts": [
"03e16225-eee7-4d05-8f11-a65ddfefe872",
"9a8d488a-da69-449b-a068-8539a6cac1cc"
]
}
text/html
Sample:
{"Currency":"32ff8c8f-3c3f-4788-94e3-7869889c18ec","PriceBook":"3710c7e6-e27c-470f-8029-b88d6c8274e8","Language":"91e49f61-dfef-4fe7-8e1a-149068ec9f65","Date":"2026-04-12T03:27:42.1481692Z","FrontCover":"cdb4951e-cc95-46fd-8c72-071d658ede93","BackCover":"9fed4b0b-c4cd-4f0c-bc4f-be087b5e0f29","Products":["a227ddf1-02d2-4787-b67b-45f947e64cd1","0d9025f8-6f60-4dff-969f-b7b31fe86d19"],"Parts":["03e16225-eee7-4d05-8f11-a65ddfefe872","9a8d488a-da69-449b-a068-8539a6cac1cc"]}
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>9fed4b0b-c4cd-4f0c-bc4f-be087b5e0f29</BackCover>
<Currency>32ff8c8f-3c3f-4788-94e3-7869889c18ec</Currency>
<Date>2026-04-12T03:27:42.1481692+00:00</Date>
<FrontCover>cdb4951e-cc95-46fd-8c72-071d658ede93</FrontCover>
<Language>91e49f61-dfef-4fe7-8e1a-149068ec9f65</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>03e16225-eee7-4d05-8f11-a65ddfefe872</d2p1:guid>
<d2p1:guid>9a8d488a-da69-449b-a068-8539a6cac1cc</d2p1:guid>
</Parts>
<PriceBook>3710c7e6-e27c-470f-8029-b88d6c8274e8</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a227ddf1-02d2-4787-b67b-45f947e64cd1</d2p1:guid>
<d2p1:guid>0d9025f8-6f60-4dff-969f-b7b31fe86d19</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:
"231b35d2-8cd7-4b5e-b1d8-69d78e9cba84"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">231b35d2-8cd7-4b5e-b1d8-69d78e9cba84</guid>