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": "59918851-9044-4762-a03e-53bd28d6d224",
"PriceBook": "2f813d46-9111-422d-8bbf-dec79270f3eb",
"Language": "597b05e3-b6fa-4322-b9d8-c61a17861dee",
"Date": "2026-08-12T02:10:53.8649135Z",
"FrontCover": "ab88a3db-e72e-4e03-be1d-fb30fbc4ab0a",
"BackCover": "cd597f93-614d-4a65-aeb0-8278e5186c52",
"Products": [
"3a40724a-bc41-438c-96f4-59749792f8f6",
"1442bb0c-2532-41e6-b770-e565025ea537"
],
"Parts": [
"52de27cd-8c25-4388-b321-5134db62d88d",
"eb5d4246-3bfd-4a72-99d6-2d400b809b80"
]
}
text/html
Sample:
{"Currency":"59918851-9044-4762-a03e-53bd28d6d224","PriceBook":"2f813d46-9111-422d-8bbf-dec79270f3eb","Language":"597b05e3-b6fa-4322-b9d8-c61a17861dee","Date":"2026-08-12T02:10:53.8649135Z","FrontCover":"ab88a3db-e72e-4e03-be1d-fb30fbc4ab0a","BackCover":"cd597f93-614d-4a65-aeb0-8278e5186c52","Products":["3a40724a-bc41-438c-96f4-59749792f8f6","1442bb0c-2532-41e6-b770-e565025ea537"],"Parts":["52de27cd-8c25-4388-b321-5134db62d88d","eb5d4246-3bfd-4a72-99d6-2d400b809b80"]}
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>cd597f93-614d-4a65-aeb0-8278e5186c52</BackCover>
<Currency>59918851-9044-4762-a03e-53bd28d6d224</Currency>
<Date>2026-08-12T02:10:53.8649135+00:00</Date>
<FrontCover>ab88a3db-e72e-4e03-be1d-fb30fbc4ab0a</FrontCover>
<Language>597b05e3-b6fa-4322-b9d8-c61a17861dee</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>52de27cd-8c25-4388-b321-5134db62d88d</d2p1:guid>
<d2p1:guid>eb5d4246-3bfd-4a72-99d6-2d400b809b80</d2p1:guid>
</Parts>
<PriceBook>2f813d46-9111-422d-8bbf-dec79270f3eb</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3a40724a-bc41-438c-96f4-59749792f8f6</d2p1:guid>
<d2p1:guid>1442bb0c-2532-41e6-b770-e565025ea537</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:
"bd429a05-58e1-44eb-b146-ea4b872f30c5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bd429a05-58e1-44eb-b146-ea4b872f30c5</guid>