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": "e8284305-0584-45ff-8c73-56e97d030ebb",
"PriceBook": "9eec0d18-3505-45e8-82cd-1c65cf8cf920",
"Language": "de55096e-d9a9-4de8-80a7-e74dbfc6b992",
"Date": "2026-07-12T16:10:52.0526211Z",
"FrontCover": "f59f595e-3425-48af-b31c-48e6d0d812b0",
"BackCover": "0c152baa-bf30-449f-8b0d-8c9ae7979922",
"Products": [
"7f42147c-4584-40ef-abf4-caef7a42f4bc",
"d9832cf7-05bb-48d2-abef-f90ad9397b8e"
],
"Parts": [
"c5c3ec67-92ac-4d88-aef6-cc447789673d",
"894dc4e1-65d8-4ba3-8b17-6997d07b50aa"
]
}
text/html
Sample:
{"Currency":"e8284305-0584-45ff-8c73-56e97d030ebb","PriceBook":"9eec0d18-3505-45e8-82cd-1c65cf8cf920","Language":"de55096e-d9a9-4de8-80a7-e74dbfc6b992","Date":"2026-07-12T16:10:52.0526211Z","FrontCover":"f59f595e-3425-48af-b31c-48e6d0d812b0","BackCover":"0c152baa-bf30-449f-8b0d-8c9ae7979922","Products":["7f42147c-4584-40ef-abf4-caef7a42f4bc","d9832cf7-05bb-48d2-abef-f90ad9397b8e"],"Parts":["c5c3ec67-92ac-4d88-aef6-cc447789673d","894dc4e1-65d8-4ba3-8b17-6997d07b50aa"]}
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>0c152baa-bf30-449f-8b0d-8c9ae7979922</BackCover>
<Currency>e8284305-0584-45ff-8c73-56e97d030ebb</Currency>
<Date>2026-07-12T16:10:52.0526211+00:00</Date>
<FrontCover>f59f595e-3425-48af-b31c-48e6d0d812b0</FrontCover>
<Language>de55096e-d9a9-4de8-80a7-e74dbfc6b992</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c5c3ec67-92ac-4d88-aef6-cc447789673d</d2p1:guid>
<d2p1:guid>894dc4e1-65d8-4ba3-8b17-6997d07b50aa</d2p1:guid>
</Parts>
<PriceBook>9eec0d18-3505-45e8-82cd-1c65cf8cf920</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7f42147c-4584-40ef-abf4-caef7a42f4bc</d2p1:guid>
<d2p1:guid>d9832cf7-05bb-48d2-abef-f90ad9397b8e</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:
"6eb19250-11fe-40bf-b245-3041635c20cf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6eb19250-11fe-40bf-b245-3041635c20cf</guid>