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": "1c9f2e94-98c2-45d5-8a98-c1c0598654d1",
"PriceBook": "174917d8-2d96-4e4a-8db0-e3ea7b8cab35",
"Language": "5d3755b0-1771-410b-a5b0-103a0b740f88",
"Date": "2026-06-12T20:07:18.049863Z",
"FrontCover": "b22b47f4-c441-430a-9e84-d59b688a45eb",
"BackCover": "2d1f0ecf-2ba6-463d-a838-ca747d4303b0",
"Products": [
"5752fb40-2b78-4c60-9b73-dad0515682f6",
"c2e6f47e-e2e5-4499-9f0e-61d6e3cd3fe6"
],
"Parts": [
"c036f86e-51e5-4e1b-8597-b7cccdd42e3b",
"cd6e4bf5-27ce-45a7-be26-832397fefb72"
]
}
text/html
Sample:
{"Currency":"1c9f2e94-98c2-45d5-8a98-c1c0598654d1","PriceBook":"174917d8-2d96-4e4a-8db0-e3ea7b8cab35","Language":"5d3755b0-1771-410b-a5b0-103a0b740f88","Date":"2026-06-12T20:07:18.049863Z","FrontCover":"b22b47f4-c441-430a-9e84-d59b688a45eb","BackCover":"2d1f0ecf-2ba6-463d-a838-ca747d4303b0","Products":["5752fb40-2b78-4c60-9b73-dad0515682f6","c2e6f47e-e2e5-4499-9f0e-61d6e3cd3fe6"],"Parts":["c036f86e-51e5-4e1b-8597-b7cccdd42e3b","cd6e4bf5-27ce-45a7-be26-832397fefb72"]}
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>2d1f0ecf-2ba6-463d-a838-ca747d4303b0</BackCover>
<Currency>1c9f2e94-98c2-45d5-8a98-c1c0598654d1</Currency>
<Date>2026-06-12T20:07:18.049863+00:00</Date>
<FrontCover>b22b47f4-c441-430a-9e84-d59b688a45eb</FrontCover>
<Language>5d3755b0-1771-410b-a5b0-103a0b740f88</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c036f86e-51e5-4e1b-8597-b7cccdd42e3b</d2p1:guid>
<d2p1:guid>cd6e4bf5-27ce-45a7-be26-832397fefb72</d2p1:guid>
</Parts>
<PriceBook>174917d8-2d96-4e4a-8db0-e3ea7b8cab35</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5752fb40-2b78-4c60-9b73-dad0515682f6</d2p1:guid>
<d2p1:guid>c2e6f47e-e2e5-4499-9f0e-61d6e3cd3fe6</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:
"d394f24f-480a-4950-8ec1-f19514c4824f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d394f24f-480a-4950-8ec1-f19514c4824f</guid>