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": "d6b5ac5e-1b4f-46e0-86c0-3dbe91fb8e5b",
"PriceBook": "f901d458-3678-49a1-9856-00fb06bc6fba",
"Language": "2aefe5ba-9417-4823-b8f1-ae838e9cbc71",
"Date": "2026-03-15T07:36:04.6293098Z",
"FrontCover": "60211e14-1c9d-4024-9a9c-8850187a8d7a",
"BackCover": "feefa995-7f77-4cbd-ad2f-cfeb342e7802",
"Products": [
"0931d406-bd6b-41da-a0ee-3f45b273c2b5",
"996d7264-da4a-4c02-93cb-2424281b188a"
],
"Parts": [
"5632070c-b210-411d-80be-1d8475ce84c0",
"f0cae767-b2f4-48f7-9ee1-c404d3f8817b"
]
}
text/html
Sample:
{"Currency":"d6b5ac5e-1b4f-46e0-86c0-3dbe91fb8e5b","PriceBook":"f901d458-3678-49a1-9856-00fb06bc6fba","Language":"2aefe5ba-9417-4823-b8f1-ae838e9cbc71","Date":"2026-03-15T07:36:04.6293098Z","FrontCover":"60211e14-1c9d-4024-9a9c-8850187a8d7a","BackCover":"feefa995-7f77-4cbd-ad2f-cfeb342e7802","Products":["0931d406-bd6b-41da-a0ee-3f45b273c2b5","996d7264-da4a-4c02-93cb-2424281b188a"],"Parts":["5632070c-b210-411d-80be-1d8475ce84c0","f0cae767-b2f4-48f7-9ee1-c404d3f8817b"]}
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>feefa995-7f77-4cbd-ad2f-cfeb342e7802</BackCover>
<Currency>d6b5ac5e-1b4f-46e0-86c0-3dbe91fb8e5b</Currency>
<Date>2026-03-15T07:36:04.6293098+00:00</Date>
<FrontCover>60211e14-1c9d-4024-9a9c-8850187a8d7a</FrontCover>
<Language>2aefe5ba-9417-4823-b8f1-ae838e9cbc71</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5632070c-b210-411d-80be-1d8475ce84c0</d2p1:guid>
<d2p1:guid>f0cae767-b2f4-48f7-9ee1-c404d3f8817b</d2p1:guid>
</Parts>
<PriceBook>f901d458-3678-49a1-9856-00fb06bc6fba</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0931d406-bd6b-41da-a0ee-3f45b273c2b5</d2p1:guid>
<d2p1:guid>996d7264-da4a-4c02-93cb-2424281b188a</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:
"1eb1ff15-6a39-4f53-8273-208cca7f85a2"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1eb1ff15-6a39-4f53-8273-208cca7f85a2</guid>