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": "f0536310-47bc-4ef6-82ec-fc81d5593603",
"PriceBook": "4883d353-768b-4cee-ad3b-3a30bf147415",
"Language": "0a02f219-efb2-4b21-abee-2f28b692d39e",
"Date": "2026-09-26T03:54:23.8208375Z",
"FrontCover": "da2b5981-71d7-4a8e-ae9f-c186c2e8cedb",
"BackCover": "112384e6-197d-48c0-90e9-347ec924cf21",
"Products": [
"2cbf6682-c60f-48e5-830a-57a7f0606d94",
"bc7e736c-5db7-49a7-8742-91669581b866"
],
"Parts": [
"f1b752f9-e253-42ef-af3a-e9b3e01256de",
"9e0eee87-529c-40ea-b344-2519f3edf302"
]
}
text/html
Sample:
{"Currency":"f0536310-47bc-4ef6-82ec-fc81d5593603","PriceBook":"4883d353-768b-4cee-ad3b-3a30bf147415","Language":"0a02f219-efb2-4b21-abee-2f28b692d39e","Date":"2026-09-26T03:54:23.8208375Z","FrontCover":"da2b5981-71d7-4a8e-ae9f-c186c2e8cedb","BackCover":"112384e6-197d-48c0-90e9-347ec924cf21","Products":["2cbf6682-c60f-48e5-830a-57a7f0606d94","bc7e736c-5db7-49a7-8742-91669581b866"],"Parts":["f1b752f9-e253-42ef-af3a-e9b3e01256de","9e0eee87-529c-40ea-b344-2519f3edf302"]}
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>112384e6-197d-48c0-90e9-347ec924cf21</BackCover>
<Currency>f0536310-47bc-4ef6-82ec-fc81d5593603</Currency>
<Date>2026-09-26T03:54:23.8208375+00:00</Date>
<FrontCover>da2b5981-71d7-4a8e-ae9f-c186c2e8cedb</FrontCover>
<Language>0a02f219-efb2-4b21-abee-2f28b692d39e</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f1b752f9-e253-42ef-af3a-e9b3e01256de</d2p1:guid>
<d2p1:guid>9e0eee87-529c-40ea-b344-2519f3edf302</d2p1:guid>
</Parts>
<PriceBook>4883d353-768b-4cee-ad3b-3a30bf147415</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2cbf6682-c60f-48e5-830a-57a7f0606d94</d2p1:guid>
<d2p1:guid>bc7e736c-5db7-49a7-8742-91669581b866</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:
"69fde237-9732-4380-9435-a0c853bc046d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">69fde237-9732-4380-9435-a0c853bc046d</guid>