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": "9a5279ea-ee3a-4316-9690-8cc06e4b8890",
"PriceBook": "e4d38c5e-09ca-42b6-8cd3-ccd245533e5f",
"Language": "a5b502af-878f-4a57-9278-50210263f91f",
"Date": "2025-11-19T05:00:32.5731323Z",
"FrontCover": "9e7d9b23-bb96-4c4a-a044-db8266ed5063",
"BackCover": "81c94382-ce6f-4bc1-8769-2bb8261c4fe3",
"Products": [
"e1cfc185-396d-4667-89ff-f83ee40ace42",
"3ddcc320-597b-446d-8f43-fb96bafc63ce"
],
"Parts": [
"94f68d95-2089-41c5-ae34-9266b0298896",
"623235df-e114-4c56-88a7-addf03048714"
]
}
text/html
Sample:
{"Currency":"9a5279ea-ee3a-4316-9690-8cc06e4b8890","PriceBook":"e4d38c5e-09ca-42b6-8cd3-ccd245533e5f","Language":"a5b502af-878f-4a57-9278-50210263f91f","Date":"2025-11-19T05:00:32.5731323Z","FrontCover":"9e7d9b23-bb96-4c4a-a044-db8266ed5063","BackCover":"81c94382-ce6f-4bc1-8769-2bb8261c4fe3","Products":["e1cfc185-396d-4667-89ff-f83ee40ace42","3ddcc320-597b-446d-8f43-fb96bafc63ce"],"Parts":["94f68d95-2089-41c5-ae34-9266b0298896","623235df-e114-4c56-88a7-addf03048714"]}
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>81c94382-ce6f-4bc1-8769-2bb8261c4fe3</BackCover>
<Currency>9a5279ea-ee3a-4316-9690-8cc06e4b8890</Currency>
<Date>2025-11-19T05:00:32.5731323+00:00</Date>
<FrontCover>9e7d9b23-bb96-4c4a-a044-db8266ed5063</FrontCover>
<Language>a5b502af-878f-4a57-9278-50210263f91f</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>94f68d95-2089-41c5-ae34-9266b0298896</d2p1:guid>
<d2p1:guid>623235df-e114-4c56-88a7-addf03048714</d2p1:guid>
</Parts>
<PriceBook>e4d38c5e-09ca-42b6-8cd3-ccd245533e5f</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e1cfc185-396d-4667-89ff-f83ee40ace42</d2p1:guid>
<d2p1:guid>3ddcc320-597b-446d-8f43-fb96bafc63ce</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:
"48971754-154b-4075-8005-1107d61bfd2f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">48971754-154b-4075-8005-1107d61bfd2f</guid>