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": "1f2a6237-f3a2-4972-b9ae-d99bb824f24c",
"PriceBook": "d0db7b8b-b3db-48a5-8f5d-002919a84fe6",
"Language": "9ca1061f-415d-4f21-8338-ace9e0bd64e8",
"Date": "2026-08-20T08:48:58.6587155Z",
"FrontCover": "48ce4de7-3dfc-4ab7-a01d-c5fecd32bca2",
"BackCover": "0c4683de-a792-42d6-ba7d-bebb016bfe4a",
"Products": [
"618dc5a8-d623-4da9-a5be-df75352a85cd",
"e704b986-bad8-47f4-8144-c1e06927972f"
],
"Parts": [
"792efa56-8417-4a3f-ada0-1a98945d8cea",
"08b63fde-ad0d-4b71-b1b6-365b6893d501"
]
}
text/html
Sample:
{"Currency":"1f2a6237-f3a2-4972-b9ae-d99bb824f24c","PriceBook":"d0db7b8b-b3db-48a5-8f5d-002919a84fe6","Language":"9ca1061f-415d-4f21-8338-ace9e0bd64e8","Date":"2026-08-20T08:48:58.6587155Z","FrontCover":"48ce4de7-3dfc-4ab7-a01d-c5fecd32bca2","BackCover":"0c4683de-a792-42d6-ba7d-bebb016bfe4a","Products":["618dc5a8-d623-4da9-a5be-df75352a85cd","e704b986-bad8-47f4-8144-c1e06927972f"],"Parts":["792efa56-8417-4a3f-ada0-1a98945d8cea","08b63fde-ad0d-4b71-b1b6-365b6893d501"]}
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>0c4683de-a792-42d6-ba7d-bebb016bfe4a</BackCover>
<Currency>1f2a6237-f3a2-4972-b9ae-d99bb824f24c</Currency>
<Date>2026-08-20T08:48:58.6587155+00:00</Date>
<FrontCover>48ce4de7-3dfc-4ab7-a01d-c5fecd32bca2</FrontCover>
<Language>9ca1061f-415d-4f21-8338-ace9e0bd64e8</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>792efa56-8417-4a3f-ada0-1a98945d8cea</d2p1:guid>
<d2p1:guid>08b63fde-ad0d-4b71-b1b6-365b6893d501</d2p1:guid>
</Parts>
<PriceBook>d0db7b8b-b3db-48a5-8f5d-002919a84fe6</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>618dc5a8-d623-4da9-a5be-df75352a85cd</d2p1:guid>
<d2p1:guid>e704b986-bad8-47f4-8144-c1e06927972f</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:
"3196b131-2f52-470d-9be2-7089b1457f9e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3196b131-2f52-470d-9be2-7089b1457f9e</guid>