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": "d08caee7-4303-4ba8-a15b-9636480d0ffc",
"PriceBook": "e1969c66-fc23-4a83-b932-a4be1d07bdbc",
"Language": "63c0788a-f9e9-4757-a43a-622280ce3b57",
"Date": "2026-05-05T08:02:53.1369985Z",
"FrontCover": "4307550b-9bf3-4f04-9ba1-a1bb3140f19c",
"BackCover": "c2237bd9-2f98-43ac-bcf5-dbd583dc8892",
"Products": [
"3a0ac43c-b375-499b-a4be-e688246ad0a3",
"39e2d1cb-6d4c-4517-8f83-c3867530fb59"
],
"Parts": [
"3cb6f777-127e-44fb-8fb2-777c325ce9a4",
"164430ce-46a9-4f2b-b1aa-84d2426de0f6"
]
}
text/html
Sample:
{"Currency":"d08caee7-4303-4ba8-a15b-9636480d0ffc","PriceBook":"e1969c66-fc23-4a83-b932-a4be1d07bdbc","Language":"63c0788a-f9e9-4757-a43a-622280ce3b57","Date":"2026-05-05T08:02:53.1369985Z","FrontCover":"4307550b-9bf3-4f04-9ba1-a1bb3140f19c","BackCover":"c2237bd9-2f98-43ac-bcf5-dbd583dc8892","Products":["3a0ac43c-b375-499b-a4be-e688246ad0a3","39e2d1cb-6d4c-4517-8f83-c3867530fb59"],"Parts":["3cb6f777-127e-44fb-8fb2-777c325ce9a4","164430ce-46a9-4f2b-b1aa-84d2426de0f6"]}
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>c2237bd9-2f98-43ac-bcf5-dbd583dc8892</BackCover>
<Currency>d08caee7-4303-4ba8-a15b-9636480d0ffc</Currency>
<Date>2026-05-05T08:02:53.1369985+00:00</Date>
<FrontCover>4307550b-9bf3-4f04-9ba1-a1bb3140f19c</FrontCover>
<Language>63c0788a-f9e9-4757-a43a-622280ce3b57</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3cb6f777-127e-44fb-8fb2-777c325ce9a4</d2p1:guid>
<d2p1:guid>164430ce-46a9-4f2b-b1aa-84d2426de0f6</d2p1:guid>
</Parts>
<PriceBook>e1969c66-fc23-4a83-b932-a4be1d07bdbc</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3a0ac43c-b375-499b-a4be-e688246ad0a3</d2p1:guid>
<d2p1:guid>39e2d1cb-6d4c-4517-8f83-c3867530fb59</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:
"f760d3bd-2089-42be-81b1-c12b2801b27b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f760d3bd-2089-42be-81b1-c12b2801b27b</guid>