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": "6b0fc7b1-dccf-48c9-8c67-98d8ebe42b9b",
"PriceBook": "84d04a96-207c-41a7-a58c-6dfaaa8a68c1",
"Language": "f23b0b95-cd8f-46eb-a3cd-607dc6c3285c",
"Date": "2026-07-23T10:27:14.4286272Z",
"FrontCover": "63a427c1-b0c0-408c-99eb-1349c5ad49d9",
"BackCover": "96f0ec84-c357-4d62-830c-2786ded53a71",
"Products": [
"648b6c32-5677-4677-a59a-a85d093bc232",
"2ea668c5-a57d-4d8d-9add-64165a230183"
],
"Parts": [
"69fa93f6-954f-4fcc-b60e-b2ef2bd149db",
"a73f222b-0f25-434f-b13e-e89d61f58eff"
]
}
text/html
Sample:
{"Currency":"6b0fc7b1-dccf-48c9-8c67-98d8ebe42b9b","PriceBook":"84d04a96-207c-41a7-a58c-6dfaaa8a68c1","Language":"f23b0b95-cd8f-46eb-a3cd-607dc6c3285c","Date":"2026-07-23T10:27:14.4286272Z","FrontCover":"63a427c1-b0c0-408c-99eb-1349c5ad49d9","BackCover":"96f0ec84-c357-4d62-830c-2786ded53a71","Products":["648b6c32-5677-4677-a59a-a85d093bc232","2ea668c5-a57d-4d8d-9add-64165a230183"],"Parts":["69fa93f6-954f-4fcc-b60e-b2ef2bd149db","a73f222b-0f25-434f-b13e-e89d61f58eff"]}
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>96f0ec84-c357-4d62-830c-2786ded53a71</BackCover>
<Currency>6b0fc7b1-dccf-48c9-8c67-98d8ebe42b9b</Currency>
<Date>2026-07-23T10:27:14.4286272+00:00</Date>
<FrontCover>63a427c1-b0c0-408c-99eb-1349c5ad49d9</FrontCover>
<Language>f23b0b95-cd8f-46eb-a3cd-607dc6c3285c</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>69fa93f6-954f-4fcc-b60e-b2ef2bd149db</d2p1:guid>
<d2p1:guid>a73f222b-0f25-434f-b13e-e89d61f58eff</d2p1:guid>
</Parts>
<PriceBook>84d04a96-207c-41a7-a58c-6dfaaa8a68c1</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>648b6c32-5677-4677-a59a-a85d093bc232</d2p1:guid>
<d2p1:guid>2ea668c5-a57d-4d8d-9add-64165a230183</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:
"a2032744-1ccd-47b2-a0eb-d5220c868b45"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a2032744-1ccd-47b2-a0eb-d5220c868b45</guid>