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": "26f3bd36-2b7b-4be3-bab4-a58cf8cf14bf",
"PriceBook": "7d547742-5c4e-40e8-b73c-a300c6358695",
"Language": "0667f8b0-5d3a-4dee-93fa-1e9e23193c29",
"Date": "2025-11-07T23:41:01.6089929Z",
"FrontCover": "1c424b71-8a04-4db5-a698-c8428255ebcd",
"BackCover": "328980f1-cb6c-4891-b858-f91666fc7f25",
"Products": [
"b028dd27-099c-4842-a264-1cc6d708ecf1",
"fe47f1df-e469-43af-a94b-12ebb8f91b4a"
],
"Parts": [
"ba432f02-010c-4439-84f5-9ba65671ed85",
"2f5ba345-67f6-4529-816e-813e063b9cf3"
]
}
text/html
Sample:
{"Currency":"26f3bd36-2b7b-4be3-bab4-a58cf8cf14bf","PriceBook":"7d547742-5c4e-40e8-b73c-a300c6358695","Language":"0667f8b0-5d3a-4dee-93fa-1e9e23193c29","Date":"2025-11-07T23:41:01.6089929Z","FrontCover":"1c424b71-8a04-4db5-a698-c8428255ebcd","BackCover":"328980f1-cb6c-4891-b858-f91666fc7f25","Products":["b028dd27-099c-4842-a264-1cc6d708ecf1","fe47f1df-e469-43af-a94b-12ebb8f91b4a"],"Parts":["ba432f02-010c-4439-84f5-9ba65671ed85","2f5ba345-67f6-4529-816e-813e063b9cf3"]}
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>328980f1-cb6c-4891-b858-f91666fc7f25</BackCover>
<Currency>26f3bd36-2b7b-4be3-bab4-a58cf8cf14bf</Currency>
<Date>2025-11-07T23:41:01.6089929+00:00</Date>
<FrontCover>1c424b71-8a04-4db5-a698-c8428255ebcd</FrontCover>
<Language>0667f8b0-5d3a-4dee-93fa-1e9e23193c29</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ba432f02-010c-4439-84f5-9ba65671ed85</d2p1:guid>
<d2p1:guid>2f5ba345-67f6-4529-816e-813e063b9cf3</d2p1:guid>
</Parts>
<PriceBook>7d547742-5c4e-40e8-b73c-a300c6358695</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b028dd27-099c-4842-a264-1cc6d708ecf1</d2p1:guid>
<d2p1:guid>fe47f1df-e469-43af-a94b-12ebb8f91b4a</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:
"1f2d1485-9648-460d-afa6-be6883a61c2e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1f2d1485-9648-460d-afa6-be6883a61c2e</guid>