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": "a310b3c3-2dfa-47cc-a6f8-d7a79eb50d52",
"PriceBook": "a1580d16-8de0-4fa5-b2aa-d6b46871fe67",
"Language": "78b227b7-a306-495c-99d8-1e356280a498",
"Date": "2026-03-23T13:44:21.6553812Z",
"FrontCover": "c0894e75-cc22-4724-b02f-271a3d30b327",
"BackCover": "12dd8479-eb4c-45e1-9084-02e89051ac71",
"Products": [
"3e69528d-e7b7-4d58-b425-b01ed2c91464",
"f565c3a6-14b3-4bca-86af-56feb112efb9"
],
"Parts": [
"dabed362-ae12-4fc1-b544-ecc00978ade6",
"71f2b362-e463-455c-918c-717da29080dd"
]
}
text/html
Sample:
{"Currency":"a310b3c3-2dfa-47cc-a6f8-d7a79eb50d52","PriceBook":"a1580d16-8de0-4fa5-b2aa-d6b46871fe67","Language":"78b227b7-a306-495c-99d8-1e356280a498","Date":"2026-03-23T13:44:21.6553812Z","FrontCover":"c0894e75-cc22-4724-b02f-271a3d30b327","BackCover":"12dd8479-eb4c-45e1-9084-02e89051ac71","Products":["3e69528d-e7b7-4d58-b425-b01ed2c91464","f565c3a6-14b3-4bca-86af-56feb112efb9"],"Parts":["dabed362-ae12-4fc1-b544-ecc00978ade6","71f2b362-e463-455c-918c-717da29080dd"]}
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>12dd8479-eb4c-45e1-9084-02e89051ac71</BackCover>
<Currency>a310b3c3-2dfa-47cc-a6f8-d7a79eb50d52</Currency>
<Date>2026-03-23T13:44:21.6553812+00:00</Date>
<FrontCover>c0894e75-cc22-4724-b02f-271a3d30b327</FrontCover>
<Language>78b227b7-a306-495c-99d8-1e356280a498</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>dabed362-ae12-4fc1-b544-ecc00978ade6</d2p1:guid>
<d2p1:guid>71f2b362-e463-455c-918c-717da29080dd</d2p1:guid>
</Parts>
<PriceBook>a1580d16-8de0-4fa5-b2aa-d6b46871fe67</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3e69528d-e7b7-4d58-b425-b01ed2c91464</d2p1:guid>
<d2p1:guid>f565c3a6-14b3-4bca-86af-56feb112efb9</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:
"2c3c3111-9661-43ba-9863-60e48820e2ff"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2c3c3111-9661-43ba-9863-60e48820e2ff</guid>