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": "47bf9631-b692-4bbc-acee-a5cb3b55f962",
"PriceBook": "05c79901-b7f7-4924-88dc-1da2c7ac4d74",
"Language": "a7cd6ad2-680e-4b47-82f9-c7226c386c44",
"Date": "2026-09-04T06:00:27.9148064Z",
"FrontCover": "f560679c-140f-47b5-9a58-985cf298046f",
"BackCover": "b5089fab-f881-4338-b15f-cf0a97cbc7bb",
"Products": [
"a748f69c-2b35-4905-9603-a297dec45876",
"9c0bb659-8b7c-442f-b56e-a12e52d71703"
],
"Parts": [
"6b817813-8ffa-47cb-be60-edded422e1f2",
"966817cb-5c60-4f51-a10e-11acd1e8f203"
]
}
text/html
Sample:
{"Currency":"47bf9631-b692-4bbc-acee-a5cb3b55f962","PriceBook":"05c79901-b7f7-4924-88dc-1da2c7ac4d74","Language":"a7cd6ad2-680e-4b47-82f9-c7226c386c44","Date":"2026-09-04T06:00:27.9148064Z","FrontCover":"f560679c-140f-47b5-9a58-985cf298046f","BackCover":"b5089fab-f881-4338-b15f-cf0a97cbc7bb","Products":["a748f69c-2b35-4905-9603-a297dec45876","9c0bb659-8b7c-442f-b56e-a12e52d71703"],"Parts":["6b817813-8ffa-47cb-be60-edded422e1f2","966817cb-5c60-4f51-a10e-11acd1e8f203"]}
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>b5089fab-f881-4338-b15f-cf0a97cbc7bb</BackCover>
<Currency>47bf9631-b692-4bbc-acee-a5cb3b55f962</Currency>
<Date>2026-09-04T06:00:27.9148064+00:00</Date>
<FrontCover>f560679c-140f-47b5-9a58-985cf298046f</FrontCover>
<Language>a7cd6ad2-680e-4b47-82f9-c7226c386c44</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6b817813-8ffa-47cb-be60-edded422e1f2</d2p1:guid>
<d2p1:guid>966817cb-5c60-4f51-a10e-11acd1e8f203</d2p1:guid>
</Parts>
<PriceBook>05c79901-b7f7-4924-88dc-1da2c7ac4d74</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a748f69c-2b35-4905-9603-a297dec45876</d2p1:guid>
<d2p1:guid>9c0bb659-8b7c-442f-b56e-a12e52d71703</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:
"2a27ecff-14a4-4112-980c-f0ba57de248e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2a27ecff-14a4-4112-980c-f0ba57de248e</guid>