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": "10f37410-e35a-46bb-b09f-b5e4086a8d98",
"PriceBook": "1436af68-ad62-41b4-bb2e-16eac7c00355",
"Language": "4010169c-6602-413a-9afe-275532d03f7a",
"Date": "2026-08-01T20:15:05.1706033Z",
"FrontCover": "0fac7e1e-514b-491b-b3b3-890710182cc3",
"BackCover": "cc8f309d-86db-4716-9795-824b6a492739",
"Products": [
"4c75ed3c-8ac6-4d13-8441-537fa24c4f27",
"f273040c-125f-46d0-bacc-c52b65ba4616"
],
"Parts": [
"cfbae246-da67-414c-8395-3e188f7b6aed",
"5ab5abe2-59ba-4312-8d47-c1b91eb6149a"
]
}
text/html
Sample:
{"Currency":"10f37410-e35a-46bb-b09f-b5e4086a8d98","PriceBook":"1436af68-ad62-41b4-bb2e-16eac7c00355","Language":"4010169c-6602-413a-9afe-275532d03f7a","Date":"2026-08-01T20:15:05.1706033Z","FrontCover":"0fac7e1e-514b-491b-b3b3-890710182cc3","BackCover":"cc8f309d-86db-4716-9795-824b6a492739","Products":["4c75ed3c-8ac6-4d13-8441-537fa24c4f27","f273040c-125f-46d0-bacc-c52b65ba4616"],"Parts":["cfbae246-da67-414c-8395-3e188f7b6aed","5ab5abe2-59ba-4312-8d47-c1b91eb6149a"]}
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>cc8f309d-86db-4716-9795-824b6a492739</BackCover>
<Currency>10f37410-e35a-46bb-b09f-b5e4086a8d98</Currency>
<Date>2026-08-01T20:15:05.1706033+00:00</Date>
<FrontCover>0fac7e1e-514b-491b-b3b3-890710182cc3</FrontCover>
<Language>4010169c-6602-413a-9afe-275532d03f7a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cfbae246-da67-414c-8395-3e188f7b6aed</d2p1:guid>
<d2p1:guid>5ab5abe2-59ba-4312-8d47-c1b91eb6149a</d2p1:guid>
</Parts>
<PriceBook>1436af68-ad62-41b4-bb2e-16eac7c00355</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4c75ed3c-8ac6-4d13-8441-537fa24c4f27</d2p1:guid>
<d2p1:guid>f273040c-125f-46d0-bacc-c52b65ba4616</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:
"ebf9dcce-dc19-4e1a-8878-6144e8f5a70a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ebf9dcce-dc19-4e1a-8878-6144e8f5a70a</guid>