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": "cf6032ff-1387-47d4-9ef4-4b5ee9a303db",
"PriceBook": "0667620e-4d0c-4f21-9638-13a7a1142b78",
"Language": "e28d3915-9dd5-4e51-8bbf-f044ee246286",
"Date": "2026-06-25T04:42:33.7443791Z",
"FrontCover": "aa09a78e-4462-458d-80b1-30548958021b",
"BackCover": "7a6d85d5-bfd3-495a-9260-09647e57ab32",
"Products": [
"6eca1ca0-3be1-4a1a-80e2-3e414a32c16a",
"0d8b5d73-839f-4dca-8bcd-7867a53f4ca7"
],
"Parts": [
"2be766ed-972c-4aee-bd3b-c830a9c676a4",
"13620c1e-8654-4c61-a229-27d539bf2086"
]
}
text/html
Sample:
{"Currency":"cf6032ff-1387-47d4-9ef4-4b5ee9a303db","PriceBook":"0667620e-4d0c-4f21-9638-13a7a1142b78","Language":"e28d3915-9dd5-4e51-8bbf-f044ee246286","Date":"2026-06-25T04:42:33.7443791Z","FrontCover":"aa09a78e-4462-458d-80b1-30548958021b","BackCover":"7a6d85d5-bfd3-495a-9260-09647e57ab32","Products":["6eca1ca0-3be1-4a1a-80e2-3e414a32c16a","0d8b5d73-839f-4dca-8bcd-7867a53f4ca7"],"Parts":["2be766ed-972c-4aee-bd3b-c830a9c676a4","13620c1e-8654-4c61-a229-27d539bf2086"]}
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>7a6d85d5-bfd3-495a-9260-09647e57ab32</BackCover>
<Currency>cf6032ff-1387-47d4-9ef4-4b5ee9a303db</Currency>
<Date>2026-06-25T04:42:33.7443791+00:00</Date>
<FrontCover>aa09a78e-4462-458d-80b1-30548958021b</FrontCover>
<Language>e28d3915-9dd5-4e51-8bbf-f044ee246286</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2be766ed-972c-4aee-bd3b-c830a9c676a4</d2p1:guid>
<d2p1:guid>13620c1e-8654-4c61-a229-27d539bf2086</d2p1:guid>
</Parts>
<PriceBook>0667620e-4d0c-4f21-9638-13a7a1142b78</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6eca1ca0-3be1-4a1a-80e2-3e414a32c16a</d2p1:guid>
<d2p1:guid>0d8b5d73-839f-4dca-8bcd-7867a53f4ca7</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:
"ab18621c-32ca-4501-bcc8-3517ba0692e1"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ab18621c-32ca-4501-bcc8-3517ba0692e1</guid>