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": "e766ed0a-72d5-4958-ada5-34cdf050dbec",
"PriceBook": "741ee268-0894-47df-8ff4-797a980ee608",
"Language": "acf195bd-5d3c-4c5d-bb81-1e15913a6457",
"Date": "2026-03-24T18:47:26.838892Z",
"FrontCover": "dab9ecce-1b6c-413d-8b6b-b2fb0f430af8",
"BackCover": "0d6989a6-4127-4c23-8021-d08a478a0c67",
"Products": [
"f14f1488-f8e6-4bb5-8312-02f6de14f67e",
"2b86499d-2980-4096-b8f1-87c19bccd11a"
],
"Parts": [
"b0868f39-6464-4214-96e9-65cc4638286f",
"3cbbb05d-0b66-4f37-99ad-8126f5c04708"
]
}
text/html
Sample:
{"Currency":"e766ed0a-72d5-4958-ada5-34cdf050dbec","PriceBook":"741ee268-0894-47df-8ff4-797a980ee608","Language":"acf195bd-5d3c-4c5d-bb81-1e15913a6457","Date":"2026-03-24T18:47:26.838892Z","FrontCover":"dab9ecce-1b6c-413d-8b6b-b2fb0f430af8","BackCover":"0d6989a6-4127-4c23-8021-d08a478a0c67","Products":["f14f1488-f8e6-4bb5-8312-02f6de14f67e","2b86499d-2980-4096-b8f1-87c19bccd11a"],"Parts":["b0868f39-6464-4214-96e9-65cc4638286f","3cbbb05d-0b66-4f37-99ad-8126f5c04708"]}
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>0d6989a6-4127-4c23-8021-d08a478a0c67</BackCover>
<Currency>e766ed0a-72d5-4958-ada5-34cdf050dbec</Currency>
<Date>2026-03-24T18:47:26.838892+00:00</Date>
<FrontCover>dab9ecce-1b6c-413d-8b6b-b2fb0f430af8</FrontCover>
<Language>acf195bd-5d3c-4c5d-bb81-1e15913a6457</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b0868f39-6464-4214-96e9-65cc4638286f</d2p1:guid>
<d2p1:guid>3cbbb05d-0b66-4f37-99ad-8126f5c04708</d2p1:guid>
</Parts>
<PriceBook>741ee268-0894-47df-8ff4-797a980ee608</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f14f1488-f8e6-4bb5-8312-02f6de14f67e</d2p1:guid>
<d2p1:guid>2b86499d-2980-4096-b8f1-87c19bccd11a</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:
"4d699eb4-b2c6-45b4-9043-4fa5f03f9467"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4d699eb4-b2c6-45b4-9043-4fa5f03f9467</guid>