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": "84aafdad-a9ca-4375-8e1c-84a6f98a35f4",
"PriceBook": "91671194-ed43-4829-9635-8b59fe0ab71c",
"Language": "14ce2d19-a87a-47e3-81a0-6c3960c8ac4b",
"Date": "2026-03-04T14:37:06.8435717Z",
"FrontCover": "eed03d74-937a-4203-893d-4d5ef189f8cf",
"BackCover": "b73a77d6-1039-46fb-b1c7-0ad6102ec73c",
"Products": [
"61841913-312c-48ac-80a7-b11db51470ec",
"3b0eb744-0e0b-46d9-b026-c8c215ca5bd3"
],
"Parts": [
"93eae845-814c-486a-a1e0-49a9acbecf83",
"85820318-1e78-4dc2-9795-6dafddaeb515"
]
}
text/html
Sample:
{"Currency":"84aafdad-a9ca-4375-8e1c-84a6f98a35f4","PriceBook":"91671194-ed43-4829-9635-8b59fe0ab71c","Language":"14ce2d19-a87a-47e3-81a0-6c3960c8ac4b","Date":"2026-03-04T14:37:06.8435717Z","FrontCover":"eed03d74-937a-4203-893d-4d5ef189f8cf","BackCover":"b73a77d6-1039-46fb-b1c7-0ad6102ec73c","Products":["61841913-312c-48ac-80a7-b11db51470ec","3b0eb744-0e0b-46d9-b026-c8c215ca5bd3"],"Parts":["93eae845-814c-486a-a1e0-49a9acbecf83","85820318-1e78-4dc2-9795-6dafddaeb515"]}
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>b73a77d6-1039-46fb-b1c7-0ad6102ec73c</BackCover>
<Currency>84aafdad-a9ca-4375-8e1c-84a6f98a35f4</Currency>
<Date>2026-03-04T14:37:06.8435717+00:00</Date>
<FrontCover>eed03d74-937a-4203-893d-4d5ef189f8cf</FrontCover>
<Language>14ce2d19-a87a-47e3-81a0-6c3960c8ac4b</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>93eae845-814c-486a-a1e0-49a9acbecf83</d2p1:guid>
<d2p1:guid>85820318-1e78-4dc2-9795-6dafddaeb515</d2p1:guid>
</Parts>
<PriceBook>91671194-ed43-4829-9635-8b59fe0ab71c</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>61841913-312c-48ac-80a7-b11db51470ec</d2p1:guid>
<d2p1:guid>3b0eb744-0e0b-46d9-b026-c8c215ca5bd3</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:
"658853f5-a0d0-483a-97af-9ab5784cac31"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">658853f5-a0d0-483a-97af-9ab5784cac31</guid>