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": "56af22ea-b60c-4ea5-bcb3-db6174a25849",
"PriceBook": "8cbc8aca-f75c-46cd-854b-766fa195a4e3",
"Language": "ca0221d7-9dc2-4506-96f0-0a3f7472546d",
"Date": "2026-09-14T05:26:38.7691325Z",
"FrontCover": "784f548a-5a9a-497f-9a1f-b2bf060b222d",
"BackCover": "1752887f-ca30-4a12-ad78-60987fee77a0",
"Products": [
"9809d761-02c7-4a2b-b407-2d29eae8bdfc",
"1f6ee60d-dd57-4077-99f7-0035210ed36b"
],
"Parts": [
"03654cd2-2dc9-41e6-b19e-cb90b0a3d4c3",
"0b789cc1-f746-4139-ab83-e2b545a65950"
]
}
text/html
Sample:
{"Currency":"56af22ea-b60c-4ea5-bcb3-db6174a25849","PriceBook":"8cbc8aca-f75c-46cd-854b-766fa195a4e3","Language":"ca0221d7-9dc2-4506-96f0-0a3f7472546d","Date":"2026-09-14T05:26:38.7691325Z","FrontCover":"784f548a-5a9a-497f-9a1f-b2bf060b222d","BackCover":"1752887f-ca30-4a12-ad78-60987fee77a0","Products":["9809d761-02c7-4a2b-b407-2d29eae8bdfc","1f6ee60d-dd57-4077-99f7-0035210ed36b"],"Parts":["03654cd2-2dc9-41e6-b19e-cb90b0a3d4c3","0b789cc1-f746-4139-ab83-e2b545a65950"]}
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>1752887f-ca30-4a12-ad78-60987fee77a0</BackCover>
<Currency>56af22ea-b60c-4ea5-bcb3-db6174a25849</Currency>
<Date>2026-09-14T05:26:38.7691325+00:00</Date>
<FrontCover>784f548a-5a9a-497f-9a1f-b2bf060b222d</FrontCover>
<Language>ca0221d7-9dc2-4506-96f0-0a3f7472546d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>03654cd2-2dc9-41e6-b19e-cb90b0a3d4c3</d2p1:guid>
<d2p1:guid>0b789cc1-f746-4139-ab83-e2b545a65950</d2p1:guid>
</Parts>
<PriceBook>8cbc8aca-f75c-46cd-854b-766fa195a4e3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9809d761-02c7-4a2b-b407-2d29eae8bdfc</d2p1:guid>
<d2p1:guid>1f6ee60d-dd57-4077-99f7-0035210ed36b</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:
"f1f18b31-b4c2-4ee2-8287-dc747602fa83"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f1f18b31-b4c2-4ee2-8287-dc747602fa83</guid>