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": "410332f0-c51b-48aa-bbf6-6fef3bb756b3",
"PriceBook": "abe0af94-5356-4930-bf65-99ffedf61b86",
"Language": "74b5956a-0a10-42fd-aa79-ecd2fdaa20d8",
"Date": "2026-06-21T00:53:06.6541686Z",
"FrontCover": "3c924ead-fff0-4c9e-ac44-7ecac79d7af7",
"BackCover": "3a16fe33-60bd-4505-a814-7df029ed782e",
"Products": [
"1ccbfd31-3b4b-45ae-bd8e-42917002b7e1",
"2994c8ce-5aa4-4acd-8345-f19d625734c7"
],
"Parts": [
"78826553-3249-4b00-ac5e-d366cf8eb267",
"da622548-8456-45b3-8ae9-10afa5139785"
]
}
text/html
Sample:
{"Currency":"410332f0-c51b-48aa-bbf6-6fef3bb756b3","PriceBook":"abe0af94-5356-4930-bf65-99ffedf61b86","Language":"74b5956a-0a10-42fd-aa79-ecd2fdaa20d8","Date":"2026-06-21T00:53:06.6541686Z","FrontCover":"3c924ead-fff0-4c9e-ac44-7ecac79d7af7","BackCover":"3a16fe33-60bd-4505-a814-7df029ed782e","Products":["1ccbfd31-3b4b-45ae-bd8e-42917002b7e1","2994c8ce-5aa4-4acd-8345-f19d625734c7"],"Parts":["78826553-3249-4b00-ac5e-d366cf8eb267","da622548-8456-45b3-8ae9-10afa5139785"]}
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>3a16fe33-60bd-4505-a814-7df029ed782e</BackCover>
<Currency>410332f0-c51b-48aa-bbf6-6fef3bb756b3</Currency>
<Date>2026-06-21T00:53:06.6541686+00:00</Date>
<FrontCover>3c924ead-fff0-4c9e-ac44-7ecac79d7af7</FrontCover>
<Language>74b5956a-0a10-42fd-aa79-ecd2fdaa20d8</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>78826553-3249-4b00-ac5e-d366cf8eb267</d2p1:guid>
<d2p1:guid>da622548-8456-45b3-8ae9-10afa5139785</d2p1:guid>
</Parts>
<PriceBook>abe0af94-5356-4930-bf65-99ffedf61b86</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1ccbfd31-3b4b-45ae-bd8e-42917002b7e1</d2p1:guid>
<d2p1:guid>2994c8ce-5aa4-4acd-8345-f19d625734c7</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:
"8a88dcc9-5c17-458f-a0ed-dbe2d1755d20"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8a88dcc9-5c17-458f-a0ed-dbe2d1755d20</guid>