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": "41937eb5-6f48-4814-b44d-831c34f3b0c8",
"PriceBook": "d5c97d35-2276-4617-908c-086129c4b5fa",
"Language": "fecd2d76-3f22-4371-8b98-4567fd4ae255",
"Date": "2026-06-18T22:38:09.9569017Z",
"FrontCover": "f71ac681-db76-4977-a8f1-6714b22920e1",
"BackCover": "31a7bd3a-7f47-42ba-a678-5709e3f48086",
"Products": [
"fa9a89bd-e04c-429d-a895-b6053d569f84",
"32a647ed-6411-4b44-868b-74f7e9426c52"
],
"Parts": [
"c7051dad-6a75-450e-b149-1119de026c59",
"e3ed38d5-5e0f-4d84-bb2c-c25b586aca63"
]
}
text/html
Sample:
{"Currency":"41937eb5-6f48-4814-b44d-831c34f3b0c8","PriceBook":"d5c97d35-2276-4617-908c-086129c4b5fa","Language":"fecd2d76-3f22-4371-8b98-4567fd4ae255","Date":"2026-06-18T22:38:09.9569017Z","FrontCover":"f71ac681-db76-4977-a8f1-6714b22920e1","BackCover":"31a7bd3a-7f47-42ba-a678-5709e3f48086","Products":["fa9a89bd-e04c-429d-a895-b6053d569f84","32a647ed-6411-4b44-868b-74f7e9426c52"],"Parts":["c7051dad-6a75-450e-b149-1119de026c59","e3ed38d5-5e0f-4d84-bb2c-c25b586aca63"]}
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>31a7bd3a-7f47-42ba-a678-5709e3f48086</BackCover>
<Currency>41937eb5-6f48-4814-b44d-831c34f3b0c8</Currency>
<Date>2026-06-18T22:38:09.9569017+00:00</Date>
<FrontCover>f71ac681-db76-4977-a8f1-6714b22920e1</FrontCover>
<Language>fecd2d76-3f22-4371-8b98-4567fd4ae255</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c7051dad-6a75-450e-b149-1119de026c59</d2p1:guid>
<d2p1:guid>e3ed38d5-5e0f-4d84-bb2c-c25b586aca63</d2p1:guid>
</Parts>
<PriceBook>d5c97d35-2276-4617-908c-086129c4b5fa</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fa9a89bd-e04c-429d-a895-b6053d569f84</d2p1:guid>
<d2p1:guid>32a647ed-6411-4b44-868b-74f7e9426c52</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:
"dc2d51e6-f4b7-4d1a-9264-81689beba72f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">dc2d51e6-f4b7-4d1a-9264-81689beba72f</guid>