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": "41b190d6-b59b-43cc-a9f4-e83115ab25e2",
"PriceBook": "73dc515b-7f29-45fb-a82f-2a0e1f70c6e6",
"Language": "7efd85ff-4156-442e-9705-42c18fa173f9",
"Date": "2026-07-28T14:25:12.2604537Z",
"FrontCover": "290d2b89-5463-496a-bf0d-2b2f8cb32583",
"BackCover": "060afff7-992f-4748-928c-9d298b2a9a9c",
"Products": [
"a9c4cf5e-6ae2-4aa4-aed9-19209d4f9857",
"7d707499-6d30-464f-9ba4-a70f0ec82933"
],
"Parts": [
"db3aff8b-f084-4542-9407-d90732443b54",
"5372776f-19a1-4f6a-a603-10df66c5ff79"
]
}
text/html
Sample:
{"Currency":"41b190d6-b59b-43cc-a9f4-e83115ab25e2","PriceBook":"73dc515b-7f29-45fb-a82f-2a0e1f70c6e6","Language":"7efd85ff-4156-442e-9705-42c18fa173f9","Date":"2026-07-28T14:25:12.2604537Z","FrontCover":"290d2b89-5463-496a-bf0d-2b2f8cb32583","BackCover":"060afff7-992f-4748-928c-9d298b2a9a9c","Products":["a9c4cf5e-6ae2-4aa4-aed9-19209d4f9857","7d707499-6d30-464f-9ba4-a70f0ec82933"],"Parts":["db3aff8b-f084-4542-9407-d90732443b54","5372776f-19a1-4f6a-a603-10df66c5ff79"]}
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>060afff7-992f-4748-928c-9d298b2a9a9c</BackCover>
<Currency>41b190d6-b59b-43cc-a9f4-e83115ab25e2</Currency>
<Date>2026-07-28T14:25:12.2604537+00:00</Date>
<FrontCover>290d2b89-5463-496a-bf0d-2b2f8cb32583</FrontCover>
<Language>7efd85ff-4156-442e-9705-42c18fa173f9</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>db3aff8b-f084-4542-9407-d90732443b54</d2p1:guid>
<d2p1:guid>5372776f-19a1-4f6a-a603-10df66c5ff79</d2p1:guid>
</Parts>
<PriceBook>73dc515b-7f29-45fb-a82f-2a0e1f70c6e6</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a9c4cf5e-6ae2-4aa4-aed9-19209d4f9857</d2p1:guid>
<d2p1:guid>7d707499-6d30-464f-9ba4-a70f0ec82933</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:
"10b7a1c1-d41b-4e17-8b66-75cc73770d04"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10b7a1c1-d41b-4e17-8b66-75cc73770d04</guid>