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": "4efcc91d-f776-45a0-9bd8-9bef597e3354",
"PriceBook": "ad0179e2-59a9-4aeb-abdf-6b7016348f9a",
"Language": "122fa7d2-d139-430a-ad8a-dee1384a0204",
"Date": "2026-07-06T12:07:08.084145Z",
"FrontCover": "4146c116-5a8d-4cde-b94a-70fd3f811afd",
"BackCover": "ce54daa2-6360-4630-93a6-a52c807087bf",
"Products": [
"e5324c1f-4995-471b-983a-3f809fd16f97",
"d79dd78b-6244-4630-b7dd-61b63b7f1661"
],
"Parts": [
"47e76442-5cc0-48d5-a3d6-c70329dd292e",
"71da6a85-a07b-4b6d-a109-a024b172c1f2"
]
}
text/html
Sample:
{"Currency":"4efcc91d-f776-45a0-9bd8-9bef597e3354","PriceBook":"ad0179e2-59a9-4aeb-abdf-6b7016348f9a","Language":"122fa7d2-d139-430a-ad8a-dee1384a0204","Date":"2026-07-06T12:07:08.084145Z","FrontCover":"4146c116-5a8d-4cde-b94a-70fd3f811afd","BackCover":"ce54daa2-6360-4630-93a6-a52c807087bf","Products":["e5324c1f-4995-471b-983a-3f809fd16f97","d79dd78b-6244-4630-b7dd-61b63b7f1661"],"Parts":["47e76442-5cc0-48d5-a3d6-c70329dd292e","71da6a85-a07b-4b6d-a109-a024b172c1f2"]}
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>ce54daa2-6360-4630-93a6-a52c807087bf</BackCover>
<Currency>4efcc91d-f776-45a0-9bd8-9bef597e3354</Currency>
<Date>2026-07-06T12:07:08.084145+00:00</Date>
<FrontCover>4146c116-5a8d-4cde-b94a-70fd3f811afd</FrontCover>
<Language>122fa7d2-d139-430a-ad8a-dee1384a0204</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>47e76442-5cc0-48d5-a3d6-c70329dd292e</d2p1:guid>
<d2p1:guid>71da6a85-a07b-4b6d-a109-a024b172c1f2</d2p1:guid>
</Parts>
<PriceBook>ad0179e2-59a9-4aeb-abdf-6b7016348f9a</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e5324c1f-4995-471b-983a-3f809fd16f97</d2p1:guid>
<d2p1:guid>d79dd78b-6244-4630-b7dd-61b63b7f1661</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:
"5608ff82-7222-4497-a308-6497f5475618"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5608ff82-7222-4497-a308-6497f5475618</guid>