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": "c41b3894-3d93-4f7a-81d3-8a0cf8b22a9f",
"PriceBook": "a0f1ee43-6dd4-486c-a4b2-3b3308acaad9",
"Language": "f56ef105-9282-4f94-9f65-13e6cd151db2",
"Date": "2026-07-04T09:41:06.9201557Z",
"FrontCover": "c0ad0463-bf40-4214-96ac-3b647036a17b",
"BackCover": "5ace05d5-47b4-420a-bd25-dc1a707783dd",
"Products": [
"9c2d2ee6-bf61-49b1-942e-0dd53b8aae3c",
"bff94058-568d-451f-93db-b3b0939958dd"
],
"Parts": [
"4fcdcd6c-2007-4fa8-9176-2c1233181bab",
"75ecf7fe-5917-4933-b8da-c629f8e3290c"
]
}
text/html
Sample:
{"Currency":"c41b3894-3d93-4f7a-81d3-8a0cf8b22a9f","PriceBook":"a0f1ee43-6dd4-486c-a4b2-3b3308acaad9","Language":"f56ef105-9282-4f94-9f65-13e6cd151db2","Date":"2026-07-04T09:41:06.9201557Z","FrontCover":"c0ad0463-bf40-4214-96ac-3b647036a17b","BackCover":"5ace05d5-47b4-420a-bd25-dc1a707783dd","Products":["9c2d2ee6-bf61-49b1-942e-0dd53b8aae3c","bff94058-568d-451f-93db-b3b0939958dd"],"Parts":["4fcdcd6c-2007-4fa8-9176-2c1233181bab","75ecf7fe-5917-4933-b8da-c629f8e3290c"]}
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>5ace05d5-47b4-420a-bd25-dc1a707783dd</BackCover>
<Currency>c41b3894-3d93-4f7a-81d3-8a0cf8b22a9f</Currency>
<Date>2026-07-04T09:41:06.9201557+00:00</Date>
<FrontCover>c0ad0463-bf40-4214-96ac-3b647036a17b</FrontCover>
<Language>f56ef105-9282-4f94-9f65-13e6cd151db2</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4fcdcd6c-2007-4fa8-9176-2c1233181bab</d2p1:guid>
<d2p1:guid>75ecf7fe-5917-4933-b8da-c629f8e3290c</d2p1:guid>
</Parts>
<PriceBook>a0f1ee43-6dd4-486c-a4b2-3b3308acaad9</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9c2d2ee6-bf61-49b1-942e-0dd53b8aae3c</d2p1:guid>
<d2p1:guid>bff94058-568d-451f-93db-b3b0939958dd</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:
"b6567a56-1707-4212-8be1-795c93835eac"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b6567a56-1707-4212-8be1-795c93835eac</guid>