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": "593ae5f5-26fa-4478-ae8d-ab783ea50b48",
"PriceBook": "0c7fdd34-638a-45b3-a7e4-8e5ac573eeb5",
"Language": "2bbd35b8-8a10-44c4-8c41-cc2753c0f026",
"Date": "2026-04-23T05:22:44.2865288Z",
"FrontCover": "d859d05d-c6ce-41b4-8bb7-99fa9a3a611a",
"BackCover": "cf11f56b-1713-484a-8142-6d0996b9cb5f",
"Products": [
"2b25711c-ac22-43e4-b636-f99899b6fe65",
"c88d0ce6-39ad-40fa-9532-2eca144ce269"
],
"Parts": [
"96a6e27f-19dd-4582-9443-41f1b444a062",
"87aad916-284c-484d-9ee7-889dcf4a840b"
]
}
text/html
Sample:
{"Currency":"593ae5f5-26fa-4478-ae8d-ab783ea50b48","PriceBook":"0c7fdd34-638a-45b3-a7e4-8e5ac573eeb5","Language":"2bbd35b8-8a10-44c4-8c41-cc2753c0f026","Date":"2026-04-23T05:22:44.2865288Z","FrontCover":"d859d05d-c6ce-41b4-8bb7-99fa9a3a611a","BackCover":"cf11f56b-1713-484a-8142-6d0996b9cb5f","Products":["2b25711c-ac22-43e4-b636-f99899b6fe65","c88d0ce6-39ad-40fa-9532-2eca144ce269"],"Parts":["96a6e27f-19dd-4582-9443-41f1b444a062","87aad916-284c-484d-9ee7-889dcf4a840b"]}
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>cf11f56b-1713-484a-8142-6d0996b9cb5f</BackCover>
<Currency>593ae5f5-26fa-4478-ae8d-ab783ea50b48</Currency>
<Date>2026-04-23T05:22:44.2865288+00:00</Date>
<FrontCover>d859d05d-c6ce-41b4-8bb7-99fa9a3a611a</FrontCover>
<Language>2bbd35b8-8a10-44c4-8c41-cc2753c0f026</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>96a6e27f-19dd-4582-9443-41f1b444a062</d2p1:guid>
<d2p1:guid>87aad916-284c-484d-9ee7-889dcf4a840b</d2p1:guid>
</Parts>
<PriceBook>0c7fdd34-638a-45b3-a7e4-8e5ac573eeb5</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2b25711c-ac22-43e4-b636-f99899b6fe65</d2p1:guid>
<d2p1:guid>c88d0ce6-39ad-40fa-9532-2eca144ce269</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:
"10978e97-c8ef-43cc-a250-bb93350aab59"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10978e97-c8ef-43cc-a250-bb93350aab59</guid>