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": "13039ab7-88c0-407c-9d08-dfcc242a8728",
"PriceBook": "12c64a38-e8ce-462e-a14e-77488d0e3ca4",
"Language": "955a65de-6002-478f-9711-b0ed64be6652",
"Date": "2026-04-21T09:05:04.6908316Z",
"FrontCover": "fd2b1da9-2c12-45b9-8610-da2489872b87",
"BackCover": "3bc33a59-10ce-4c6c-a288-b5c26b8536ac",
"Products": [
"967ca303-f0a3-4502-8108-6ef0bb89bc19",
"e32d5c1d-33b4-4720-942c-edb87925ac31"
],
"Parts": [
"64966eed-07b4-40a0-92cb-bbeb416bc105",
"9144cee5-bac7-4a5f-965c-3b677903ae10"
]
}
text/html
Sample:
{"Currency":"13039ab7-88c0-407c-9d08-dfcc242a8728","PriceBook":"12c64a38-e8ce-462e-a14e-77488d0e3ca4","Language":"955a65de-6002-478f-9711-b0ed64be6652","Date":"2026-04-21T09:05:04.6908316Z","FrontCover":"fd2b1da9-2c12-45b9-8610-da2489872b87","BackCover":"3bc33a59-10ce-4c6c-a288-b5c26b8536ac","Products":["967ca303-f0a3-4502-8108-6ef0bb89bc19","e32d5c1d-33b4-4720-942c-edb87925ac31"],"Parts":["64966eed-07b4-40a0-92cb-bbeb416bc105","9144cee5-bac7-4a5f-965c-3b677903ae10"]}
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>3bc33a59-10ce-4c6c-a288-b5c26b8536ac</BackCover>
<Currency>13039ab7-88c0-407c-9d08-dfcc242a8728</Currency>
<Date>2026-04-21T09:05:04.6908316+00:00</Date>
<FrontCover>fd2b1da9-2c12-45b9-8610-da2489872b87</FrontCover>
<Language>955a65de-6002-478f-9711-b0ed64be6652</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>64966eed-07b4-40a0-92cb-bbeb416bc105</d2p1:guid>
<d2p1:guid>9144cee5-bac7-4a5f-965c-3b677903ae10</d2p1:guid>
</Parts>
<PriceBook>12c64a38-e8ce-462e-a14e-77488d0e3ca4</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>967ca303-f0a3-4502-8108-6ef0bb89bc19</d2p1:guid>
<d2p1:guid>e32d5c1d-33b4-4720-942c-edb87925ac31</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:
"c747d9bf-cb66-44c3-81fa-c6a31941b6d5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c747d9bf-cb66-44c3-81fa-c6a31941b6d5</guid>