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": "d8788a32-3006-4466-9a22-295fcc414f81",
"PriceBook": "0c700821-752d-4762-bb69-6b764af5f86b",
"Language": "5bd30899-de58-49d5-a918-b776c0745813",
"Date": "2026-04-10T00:51:11.8705012Z",
"FrontCover": "166911ad-a055-402b-a058-a2eaf2158f04",
"BackCover": "f73e7f12-54ca-4521-866c-8e3415170564",
"Products": [
"ecde9e36-8a76-4883-aa2b-1aecc493ccb2",
"2b68f160-621c-43cb-b18e-7ec7a814df04"
],
"Parts": [
"0232b07f-081e-418b-b665-4f6bfa72a251",
"771efdff-9752-4d88-a3fe-154056040202"
]
}
text/html
Sample:
{"Currency":"d8788a32-3006-4466-9a22-295fcc414f81","PriceBook":"0c700821-752d-4762-bb69-6b764af5f86b","Language":"5bd30899-de58-49d5-a918-b776c0745813","Date":"2026-04-10T00:51:11.8705012Z","FrontCover":"166911ad-a055-402b-a058-a2eaf2158f04","BackCover":"f73e7f12-54ca-4521-866c-8e3415170564","Products":["ecde9e36-8a76-4883-aa2b-1aecc493ccb2","2b68f160-621c-43cb-b18e-7ec7a814df04"],"Parts":["0232b07f-081e-418b-b665-4f6bfa72a251","771efdff-9752-4d88-a3fe-154056040202"]}
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>f73e7f12-54ca-4521-866c-8e3415170564</BackCover>
<Currency>d8788a32-3006-4466-9a22-295fcc414f81</Currency>
<Date>2026-04-10T00:51:11.8705012+00:00</Date>
<FrontCover>166911ad-a055-402b-a058-a2eaf2158f04</FrontCover>
<Language>5bd30899-de58-49d5-a918-b776c0745813</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0232b07f-081e-418b-b665-4f6bfa72a251</d2p1:guid>
<d2p1:guid>771efdff-9752-4d88-a3fe-154056040202</d2p1:guid>
</Parts>
<PriceBook>0c700821-752d-4762-bb69-6b764af5f86b</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ecde9e36-8a76-4883-aa2b-1aecc493ccb2</d2p1:guid>
<d2p1:guid>2b68f160-621c-43cb-b18e-7ec7a814df04</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:
"50cf78e0-ae72-40de-a427-bb3a8bac0ddf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">50cf78e0-ae72-40de-a427-bb3a8bac0ddf</guid>