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": "03c62992-b1df-43c0-88a6-a67b7cdb2101",
"PriceBook": "c11f17eb-004e-4e03-bd78-546eff0abf03",
"Language": "544b6382-d501-4db4-bbb6-8209dcb1ebd0",
"Date": "2026-09-17T08:23:15.9252685Z",
"FrontCover": "dbcfa34f-6223-4c98-a51b-f6febbc97799",
"BackCover": "3854c956-f21c-4865-af25-87a469fc6b52",
"Products": [
"207660c1-8521-4c86-87b3-152d48c45ee1",
"36d07ae9-f7ca-4cf2-99e6-25c7a1210f3e"
],
"Parts": [
"eb73cfda-bdb1-47db-baeb-ae526eb33369",
"6464e4be-62c3-4838-90e2-db72d33dd1fc"
]
}
text/html
Sample:
{"Currency":"03c62992-b1df-43c0-88a6-a67b7cdb2101","PriceBook":"c11f17eb-004e-4e03-bd78-546eff0abf03","Language":"544b6382-d501-4db4-bbb6-8209dcb1ebd0","Date":"2026-09-17T08:23:15.9252685Z","FrontCover":"dbcfa34f-6223-4c98-a51b-f6febbc97799","BackCover":"3854c956-f21c-4865-af25-87a469fc6b52","Products":["207660c1-8521-4c86-87b3-152d48c45ee1","36d07ae9-f7ca-4cf2-99e6-25c7a1210f3e"],"Parts":["eb73cfda-bdb1-47db-baeb-ae526eb33369","6464e4be-62c3-4838-90e2-db72d33dd1fc"]}
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>3854c956-f21c-4865-af25-87a469fc6b52</BackCover>
<Currency>03c62992-b1df-43c0-88a6-a67b7cdb2101</Currency>
<Date>2026-09-17T08:23:15.9252685+00:00</Date>
<FrontCover>dbcfa34f-6223-4c98-a51b-f6febbc97799</FrontCover>
<Language>544b6382-d501-4db4-bbb6-8209dcb1ebd0</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>eb73cfda-bdb1-47db-baeb-ae526eb33369</d2p1:guid>
<d2p1:guid>6464e4be-62c3-4838-90e2-db72d33dd1fc</d2p1:guid>
</Parts>
<PriceBook>c11f17eb-004e-4e03-bd78-546eff0abf03</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>207660c1-8521-4c86-87b3-152d48c45ee1</d2p1:guid>
<d2p1:guid>36d07ae9-f7ca-4cf2-99e6-25c7a1210f3e</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:
"18a60f27-6122-4c70-b76f-2f4f1c7eff21"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">18a60f27-6122-4c70-b76f-2f4f1c7eff21</guid>