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": "0b6a6403-deda-4db3-98c0-688a6cb5476e",
"PriceBook": "8d3128f4-9d5a-417d-943d-c9ad94274a99",
"Language": "0b82357a-de61-460e-8059-ab14673621f2",
"Date": "2026-03-16T13:45:28.3094938Z",
"FrontCover": "64434131-d35e-497b-a637-2213a50e791c",
"BackCover": "fd8fe250-78ae-408a-b934-004a4b02a808",
"Products": [
"92af6062-bcc4-400b-a04a-6b4ad1480820",
"e6aa6b45-668e-4483-9280-b309127dcbc8"
],
"Parts": [
"e0bd88b7-f812-4682-9b33-29a0d5bd56ba",
"9299cc21-f80b-4993-a68c-5da2356ca10f"
]
}
text/html
Sample:
{"Currency":"0b6a6403-deda-4db3-98c0-688a6cb5476e","PriceBook":"8d3128f4-9d5a-417d-943d-c9ad94274a99","Language":"0b82357a-de61-460e-8059-ab14673621f2","Date":"2026-03-16T13:45:28.3094938Z","FrontCover":"64434131-d35e-497b-a637-2213a50e791c","BackCover":"fd8fe250-78ae-408a-b934-004a4b02a808","Products":["92af6062-bcc4-400b-a04a-6b4ad1480820","e6aa6b45-668e-4483-9280-b309127dcbc8"],"Parts":["e0bd88b7-f812-4682-9b33-29a0d5bd56ba","9299cc21-f80b-4993-a68c-5da2356ca10f"]}
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>fd8fe250-78ae-408a-b934-004a4b02a808</BackCover>
<Currency>0b6a6403-deda-4db3-98c0-688a6cb5476e</Currency>
<Date>2026-03-16T13:45:28.3094938+00:00</Date>
<FrontCover>64434131-d35e-497b-a637-2213a50e791c</FrontCover>
<Language>0b82357a-de61-460e-8059-ab14673621f2</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e0bd88b7-f812-4682-9b33-29a0d5bd56ba</d2p1:guid>
<d2p1:guid>9299cc21-f80b-4993-a68c-5da2356ca10f</d2p1:guid>
</Parts>
<PriceBook>8d3128f4-9d5a-417d-943d-c9ad94274a99</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>92af6062-bcc4-400b-a04a-6b4ad1480820</d2p1:guid>
<d2p1:guid>e6aa6b45-668e-4483-9280-b309127dcbc8</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:
"a787230a-4bba-40a2-b575-403d55130c58"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a787230a-4bba-40a2-b575-403d55130c58</guid>