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": "5b89ff06-9dfd-48ef-a6d9-4ac118da6df6",
"PriceBook": "7c1f83c2-81db-4445-b86c-bbfdf9b5090d",
"Language": "c9280911-bd40-48a6-804a-76a6101abd18",
"Date": "2026-04-15T21:26:32.2990337Z",
"FrontCover": "1ebd3096-798a-4568-8a0c-7bca9c935274",
"BackCover": "94844d60-5760-4cb6-a154-25cb27ef191c",
"Products": [
"8d929cfc-04d2-4b19-96d2-ea0e48ebf55e",
"f51e1a89-fbf1-446d-95ff-6970c8882517"
],
"Parts": [
"e0a2a604-e7b9-4778-90a5-dfaaa5386699",
"1b0d7d3a-9135-4954-9aa4-5270bcb98ebc"
]
}
text/html
Sample:
{"Currency":"5b89ff06-9dfd-48ef-a6d9-4ac118da6df6","PriceBook":"7c1f83c2-81db-4445-b86c-bbfdf9b5090d","Language":"c9280911-bd40-48a6-804a-76a6101abd18","Date":"2026-04-15T21:26:32.2990337Z","FrontCover":"1ebd3096-798a-4568-8a0c-7bca9c935274","BackCover":"94844d60-5760-4cb6-a154-25cb27ef191c","Products":["8d929cfc-04d2-4b19-96d2-ea0e48ebf55e","f51e1a89-fbf1-446d-95ff-6970c8882517"],"Parts":["e0a2a604-e7b9-4778-90a5-dfaaa5386699","1b0d7d3a-9135-4954-9aa4-5270bcb98ebc"]}
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>94844d60-5760-4cb6-a154-25cb27ef191c</BackCover>
<Currency>5b89ff06-9dfd-48ef-a6d9-4ac118da6df6</Currency>
<Date>2026-04-15T21:26:32.2990337+00:00</Date>
<FrontCover>1ebd3096-798a-4568-8a0c-7bca9c935274</FrontCover>
<Language>c9280911-bd40-48a6-804a-76a6101abd18</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e0a2a604-e7b9-4778-90a5-dfaaa5386699</d2p1:guid>
<d2p1:guid>1b0d7d3a-9135-4954-9aa4-5270bcb98ebc</d2p1:guid>
</Parts>
<PriceBook>7c1f83c2-81db-4445-b86c-bbfdf9b5090d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8d929cfc-04d2-4b19-96d2-ea0e48ebf55e</d2p1:guid>
<d2p1:guid>f51e1a89-fbf1-446d-95ff-6970c8882517</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:
"e1aaecb8-3f58-4314-85a2-1be499dbbb8e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e1aaecb8-3f58-4314-85a2-1be499dbbb8e</guid>