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": "2ca7a37a-db39-4948-8c3d-5e6b700e6ed9",
"PriceBook": "e0d2ea31-81ef-4414-985f-a73154f44c70",
"Language": "0b237b09-54c2-40ca-b3e6-70d2f1605d83",
"Date": "2026-03-17T06:41:33.6890267Z",
"FrontCover": "aec75b3c-c6ad-45a2-8302-a85548c706a2",
"BackCover": "b1f1d264-c660-4075-8e3f-c6b789f0a4ac",
"Products": [
"dbd69b82-458f-424e-87bf-1b98309b19f1",
"defdc93a-47a4-4a45-b29c-40b94dee6e08"
],
"Parts": [
"91094df7-5fd6-4601-a179-df65c266a3aa",
"651e6b3b-4beb-45d3-bbf8-dae178df4082"
]
}
text/html
Sample:
{"Currency":"2ca7a37a-db39-4948-8c3d-5e6b700e6ed9","PriceBook":"e0d2ea31-81ef-4414-985f-a73154f44c70","Language":"0b237b09-54c2-40ca-b3e6-70d2f1605d83","Date":"2026-03-17T06:41:33.6890267Z","FrontCover":"aec75b3c-c6ad-45a2-8302-a85548c706a2","BackCover":"b1f1d264-c660-4075-8e3f-c6b789f0a4ac","Products":["dbd69b82-458f-424e-87bf-1b98309b19f1","defdc93a-47a4-4a45-b29c-40b94dee6e08"],"Parts":["91094df7-5fd6-4601-a179-df65c266a3aa","651e6b3b-4beb-45d3-bbf8-dae178df4082"]}
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>b1f1d264-c660-4075-8e3f-c6b789f0a4ac</BackCover>
<Currency>2ca7a37a-db39-4948-8c3d-5e6b700e6ed9</Currency>
<Date>2026-03-17T06:41:33.6890267+00:00</Date>
<FrontCover>aec75b3c-c6ad-45a2-8302-a85548c706a2</FrontCover>
<Language>0b237b09-54c2-40ca-b3e6-70d2f1605d83</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>91094df7-5fd6-4601-a179-df65c266a3aa</d2p1:guid>
<d2p1:guid>651e6b3b-4beb-45d3-bbf8-dae178df4082</d2p1:guid>
</Parts>
<PriceBook>e0d2ea31-81ef-4414-985f-a73154f44c70</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>dbd69b82-458f-424e-87bf-1b98309b19f1</d2p1:guid>
<d2p1:guid>defdc93a-47a4-4a45-b29c-40b94dee6e08</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:
"a0295cc7-fe29-4106-82bd-643937459b75"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a0295cc7-fe29-4106-82bd-643937459b75</guid>