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": "c4e687d0-322a-4a53-ac39-0e186dcd1f00",
"PriceBook": "7dc40c8e-b609-4acd-9c6f-ec4e211bc60e",
"Language": "26fab488-0790-4861-b108-9948ba688a76",
"Date": "2026-06-04T19:00:42.8533958Z",
"FrontCover": "5e473ac2-f20f-4d23-bd72-922c024da7b8",
"BackCover": "fef4993b-dd58-4a4f-af51-2c7f6c84640b",
"Products": [
"301db9d3-8629-4dd4-a651-78c89fbf55c0",
"44a6f93e-42dc-457c-952d-2e340f41bc91"
],
"Parts": [
"90c04660-2bc4-434c-90a7-2a3b4978c99a",
"91c3ae87-4549-477a-af97-124f153436a9"
]
}
text/html
Sample:
{"Currency":"c4e687d0-322a-4a53-ac39-0e186dcd1f00","PriceBook":"7dc40c8e-b609-4acd-9c6f-ec4e211bc60e","Language":"26fab488-0790-4861-b108-9948ba688a76","Date":"2026-06-04T19:00:42.8533958Z","FrontCover":"5e473ac2-f20f-4d23-bd72-922c024da7b8","BackCover":"fef4993b-dd58-4a4f-af51-2c7f6c84640b","Products":["301db9d3-8629-4dd4-a651-78c89fbf55c0","44a6f93e-42dc-457c-952d-2e340f41bc91"],"Parts":["90c04660-2bc4-434c-90a7-2a3b4978c99a","91c3ae87-4549-477a-af97-124f153436a9"]}
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>fef4993b-dd58-4a4f-af51-2c7f6c84640b</BackCover>
<Currency>c4e687d0-322a-4a53-ac39-0e186dcd1f00</Currency>
<Date>2026-06-04T19:00:42.8533958+00:00</Date>
<FrontCover>5e473ac2-f20f-4d23-bd72-922c024da7b8</FrontCover>
<Language>26fab488-0790-4861-b108-9948ba688a76</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>90c04660-2bc4-434c-90a7-2a3b4978c99a</d2p1:guid>
<d2p1:guid>91c3ae87-4549-477a-af97-124f153436a9</d2p1:guid>
</Parts>
<PriceBook>7dc40c8e-b609-4acd-9c6f-ec4e211bc60e</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>301db9d3-8629-4dd4-a651-78c89fbf55c0</d2p1:guid>
<d2p1:guid>44a6f93e-42dc-457c-952d-2e340f41bc91</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:
"bdfb941d-08d0-4eb9-a5d4-0706693e851f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bdfb941d-08d0-4eb9-a5d4-0706693e851f</guid>