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": "138e5954-3bea-43dd-a4d4-922dd95ecf56",
"PriceBook": "dd62f86a-be78-465e-a6f2-39fbeea176cb",
"Language": "1c15a17a-1ec9-4f21-9e11-99187c1acd33",
"Date": "2025-11-26T08:31:30.8714811Z",
"FrontCover": "6eb4cb02-acd9-4fb9-bc35-cbbf82273bcd",
"BackCover": "a8ebb197-2a65-4b27-8aba-402b414bb64d",
"Products": [
"563335fe-d20d-4649-947f-49c672976cef",
"3ebd6802-b3a0-4905-b7b2-3a01912a6ddc"
],
"Parts": [
"bd800717-a2ad-473f-bb8e-a3adfebfa9a2",
"03245adf-70a2-41ad-b447-6bca378c7e07"
]
}
text/html
Sample:
{"Currency":"138e5954-3bea-43dd-a4d4-922dd95ecf56","PriceBook":"dd62f86a-be78-465e-a6f2-39fbeea176cb","Language":"1c15a17a-1ec9-4f21-9e11-99187c1acd33","Date":"2025-11-26T08:31:30.8714811Z","FrontCover":"6eb4cb02-acd9-4fb9-bc35-cbbf82273bcd","BackCover":"a8ebb197-2a65-4b27-8aba-402b414bb64d","Products":["563335fe-d20d-4649-947f-49c672976cef","3ebd6802-b3a0-4905-b7b2-3a01912a6ddc"],"Parts":["bd800717-a2ad-473f-bb8e-a3adfebfa9a2","03245adf-70a2-41ad-b447-6bca378c7e07"]}
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>a8ebb197-2a65-4b27-8aba-402b414bb64d</BackCover>
<Currency>138e5954-3bea-43dd-a4d4-922dd95ecf56</Currency>
<Date>2025-11-26T08:31:30.8714811+00:00</Date>
<FrontCover>6eb4cb02-acd9-4fb9-bc35-cbbf82273bcd</FrontCover>
<Language>1c15a17a-1ec9-4f21-9e11-99187c1acd33</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bd800717-a2ad-473f-bb8e-a3adfebfa9a2</d2p1:guid>
<d2p1:guid>03245adf-70a2-41ad-b447-6bca378c7e07</d2p1:guid>
</Parts>
<PriceBook>dd62f86a-be78-465e-a6f2-39fbeea176cb</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>563335fe-d20d-4649-947f-49c672976cef</d2p1:guid>
<d2p1:guid>3ebd6802-b3a0-4905-b7b2-3a01912a6ddc</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:
"30e8fd56-79f3-4e86-b5f4-cb7abed4a383"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30e8fd56-79f3-4e86-b5f4-cb7abed4a383</guid>