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": "e4f8db54-22f5-4d6e-9eba-e61ffa6f63c1",
"PriceBook": "46f5cd3b-4c19-47fd-9af3-2ba95d9d6b28",
"Language": "bca6b956-9774-4fe0-92d3-7b868826757f",
"Date": "2026-07-26T13:00:04.7809889Z",
"FrontCover": "8e6b3257-ba6b-45d4-8ace-6bb673312632",
"BackCover": "e7200672-bdec-4175-955a-41e83ea2cd16",
"Products": [
"f1f549b5-e19b-4e1a-b2e2-1c8b10c04e10",
"5582df64-d20d-4b0c-a6e9-77148261b258"
],
"Parts": [
"f4ad0f40-ee4e-4ab3-9ba1-90ccd2dbb78b",
"b5d7edaa-d3cf-4076-b40f-e16a12fa2057"
]
}
text/html
Sample:
{"Currency":"e4f8db54-22f5-4d6e-9eba-e61ffa6f63c1","PriceBook":"46f5cd3b-4c19-47fd-9af3-2ba95d9d6b28","Language":"bca6b956-9774-4fe0-92d3-7b868826757f","Date":"2026-07-26T13:00:04.7809889Z","FrontCover":"8e6b3257-ba6b-45d4-8ace-6bb673312632","BackCover":"e7200672-bdec-4175-955a-41e83ea2cd16","Products":["f1f549b5-e19b-4e1a-b2e2-1c8b10c04e10","5582df64-d20d-4b0c-a6e9-77148261b258"],"Parts":["f4ad0f40-ee4e-4ab3-9ba1-90ccd2dbb78b","b5d7edaa-d3cf-4076-b40f-e16a12fa2057"]}
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>e7200672-bdec-4175-955a-41e83ea2cd16</BackCover>
<Currency>e4f8db54-22f5-4d6e-9eba-e61ffa6f63c1</Currency>
<Date>2026-07-26T13:00:04.7809889+00:00</Date>
<FrontCover>8e6b3257-ba6b-45d4-8ace-6bb673312632</FrontCover>
<Language>bca6b956-9774-4fe0-92d3-7b868826757f</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f4ad0f40-ee4e-4ab3-9ba1-90ccd2dbb78b</d2p1:guid>
<d2p1:guid>b5d7edaa-d3cf-4076-b40f-e16a12fa2057</d2p1:guid>
</Parts>
<PriceBook>46f5cd3b-4c19-47fd-9af3-2ba95d9d6b28</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f1f549b5-e19b-4e1a-b2e2-1c8b10c04e10</d2p1:guid>
<d2p1:guid>5582df64-d20d-4b0c-a6e9-77148261b258</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:
"46cd57b2-f8f2-40c4-86f0-54faca678a85"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">46cd57b2-f8f2-40c4-86f0-54faca678a85</guid>