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": "8c60bb98-f627-4e5e-864b-b8742bf1216e",
"PriceBook": "5578135f-fe88-44bb-9802-7afc3df85eb6",
"Language": "59cab4e9-a5f1-4a27-9a6d-e9f03009215b",
"Date": "2026-03-12T06:55:36.1176616Z",
"FrontCover": "e0d5d02b-74ff-4e3c-883a-65a5cfe715c5",
"BackCover": "b0cd20b0-6f57-400d-9373-20ab8eb26b31",
"Products": [
"488de7ac-aff1-4fb4-aed2-87dd3db5bba6",
"4a60b065-68bf-4fa0-a4e3-3fd762be6df9"
],
"Parts": [
"e06e8bb0-00af-44f4-8037-09cef5bc01e7",
"8ef8dc27-7d53-4bf8-b5cd-b9e15cf861a5"
]
}
text/html
Sample:
{"Currency":"8c60bb98-f627-4e5e-864b-b8742bf1216e","PriceBook":"5578135f-fe88-44bb-9802-7afc3df85eb6","Language":"59cab4e9-a5f1-4a27-9a6d-e9f03009215b","Date":"2026-03-12T06:55:36.1176616Z","FrontCover":"e0d5d02b-74ff-4e3c-883a-65a5cfe715c5","BackCover":"b0cd20b0-6f57-400d-9373-20ab8eb26b31","Products":["488de7ac-aff1-4fb4-aed2-87dd3db5bba6","4a60b065-68bf-4fa0-a4e3-3fd762be6df9"],"Parts":["e06e8bb0-00af-44f4-8037-09cef5bc01e7","8ef8dc27-7d53-4bf8-b5cd-b9e15cf861a5"]}
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>b0cd20b0-6f57-400d-9373-20ab8eb26b31</BackCover>
<Currency>8c60bb98-f627-4e5e-864b-b8742bf1216e</Currency>
<Date>2026-03-12T06:55:36.1176616+00:00</Date>
<FrontCover>e0d5d02b-74ff-4e3c-883a-65a5cfe715c5</FrontCover>
<Language>59cab4e9-a5f1-4a27-9a6d-e9f03009215b</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e06e8bb0-00af-44f4-8037-09cef5bc01e7</d2p1:guid>
<d2p1:guid>8ef8dc27-7d53-4bf8-b5cd-b9e15cf861a5</d2p1:guid>
</Parts>
<PriceBook>5578135f-fe88-44bb-9802-7afc3df85eb6</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>488de7ac-aff1-4fb4-aed2-87dd3db5bba6</d2p1:guid>
<d2p1:guid>4a60b065-68bf-4fa0-a4e3-3fd762be6df9</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:
"f32c9670-2b10-4efa-b72e-d261d8cdeb89"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f32c9670-2b10-4efa-b72e-d261d8cdeb89</guid>