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": "5b97c95e-0df7-491d-a604-7cefc5699e73",
"PriceBook": "0e1cd1f6-e345-48e2-88cd-0dd5acd1c2f0",
"Language": "99da13fc-1a6e-4b31-857c-5f0b9c1934de",
"Date": "2026-08-31T18:48:38.5952854Z",
"FrontCover": "757d17c6-4a05-42f2-a7b2-e17ebe8f61e5",
"BackCover": "aa6d2bf0-6424-40a3-ba8e-e871227f7b6e",
"Products": [
"de974bed-0301-402e-956a-fd290f85d78d",
"76bb480a-187c-4368-aa3e-c1bbe8544212"
],
"Parts": [
"fbca5800-d9e3-4e16-924b-2680b8ce5ecb",
"f03af319-cafc-457b-89cd-7b27537cc51e"
]
}
text/html
Sample:
{"Currency":"5b97c95e-0df7-491d-a604-7cefc5699e73","PriceBook":"0e1cd1f6-e345-48e2-88cd-0dd5acd1c2f0","Language":"99da13fc-1a6e-4b31-857c-5f0b9c1934de","Date":"2026-08-31T18:48:38.5952854Z","FrontCover":"757d17c6-4a05-42f2-a7b2-e17ebe8f61e5","BackCover":"aa6d2bf0-6424-40a3-ba8e-e871227f7b6e","Products":["de974bed-0301-402e-956a-fd290f85d78d","76bb480a-187c-4368-aa3e-c1bbe8544212"],"Parts":["fbca5800-d9e3-4e16-924b-2680b8ce5ecb","f03af319-cafc-457b-89cd-7b27537cc51e"]}
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>aa6d2bf0-6424-40a3-ba8e-e871227f7b6e</BackCover>
<Currency>5b97c95e-0df7-491d-a604-7cefc5699e73</Currency>
<Date>2026-08-31T18:48:38.5952854+00:00</Date>
<FrontCover>757d17c6-4a05-42f2-a7b2-e17ebe8f61e5</FrontCover>
<Language>99da13fc-1a6e-4b31-857c-5f0b9c1934de</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fbca5800-d9e3-4e16-924b-2680b8ce5ecb</d2p1:guid>
<d2p1:guid>f03af319-cafc-457b-89cd-7b27537cc51e</d2p1:guid>
</Parts>
<PriceBook>0e1cd1f6-e345-48e2-88cd-0dd5acd1c2f0</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>de974bed-0301-402e-956a-fd290f85d78d</d2p1:guid>
<d2p1:guid>76bb480a-187c-4368-aa3e-c1bbe8544212</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:
"adeaab46-3f28-4da7-b760-60e0bb9b349f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">adeaab46-3f28-4da7-b760-60e0bb9b349f</guid>