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": "b2b358ee-f711-4385-9024-757cddad839f",
"PriceBook": "3374c1d7-3b26-45b3-bb71-701f765152e2",
"Language": "c6876720-23e2-4643-8d65-372af50aa3f0",
"Date": "2026-08-16T06:54:22.5722035Z",
"FrontCover": "bb7a015f-100b-480e-98eb-65bb7d62e07e",
"BackCover": "fbc2175d-6a36-4cd7-ac7c-fba3989b903c",
"Products": [
"8be42c02-cfb5-4de6-8f77-9e25bd37524a",
"2dc9c9ab-6996-4f72-8529-ba2b36ded218"
],
"Parts": [
"b0637c44-0a54-4360-a6c8-5bb38fde893f",
"65212b4a-d992-4bf5-b9db-8102042cd86e"
]
}
text/html
Sample:
{"Currency":"b2b358ee-f711-4385-9024-757cddad839f","PriceBook":"3374c1d7-3b26-45b3-bb71-701f765152e2","Language":"c6876720-23e2-4643-8d65-372af50aa3f0","Date":"2026-08-16T06:54:22.5722035Z","FrontCover":"bb7a015f-100b-480e-98eb-65bb7d62e07e","BackCover":"fbc2175d-6a36-4cd7-ac7c-fba3989b903c","Products":["8be42c02-cfb5-4de6-8f77-9e25bd37524a","2dc9c9ab-6996-4f72-8529-ba2b36ded218"],"Parts":["b0637c44-0a54-4360-a6c8-5bb38fde893f","65212b4a-d992-4bf5-b9db-8102042cd86e"]}
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>fbc2175d-6a36-4cd7-ac7c-fba3989b903c</BackCover>
<Currency>b2b358ee-f711-4385-9024-757cddad839f</Currency>
<Date>2026-08-16T06:54:22.5722035+00:00</Date>
<FrontCover>bb7a015f-100b-480e-98eb-65bb7d62e07e</FrontCover>
<Language>c6876720-23e2-4643-8d65-372af50aa3f0</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b0637c44-0a54-4360-a6c8-5bb38fde893f</d2p1:guid>
<d2p1:guid>65212b4a-d992-4bf5-b9db-8102042cd86e</d2p1:guid>
</Parts>
<PriceBook>3374c1d7-3b26-45b3-bb71-701f765152e2</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8be42c02-cfb5-4de6-8f77-9e25bd37524a</d2p1:guid>
<d2p1:guid>2dc9c9ab-6996-4f72-8529-ba2b36ded218</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:
"f36c5010-7239-4f6e-9e7b-314d4dfe3d88"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f36c5010-7239-4f6e-9e7b-314d4dfe3d88</guid>