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": "d68fd784-a197-4712-876d-edeb929cf1f5",
"PriceBook": "e9673a6e-df11-4a09-a70e-4645d6d7f658",
"Language": "f0737ff8-d53d-48dd-9afe-8f8d877cb287",
"Date": "2026-06-30T05:57:48.9887415Z",
"FrontCover": "5fd99db8-6894-4298-96bb-d3524fae4047",
"BackCover": "1f3dd172-2908-4b07-a392-2f25dac151ea",
"Products": [
"9b91a1bd-1b23-47dd-9527-cb6dff220bc6",
"a72f0524-58ec-4067-bc30-f0aefa42ceb1"
],
"Parts": [
"df96014c-b21a-47e6-8094-0cc9de570a95",
"2df291ba-0ecc-4ec9-929d-266d82b48566"
]
}
text/html
Sample:
{"Currency":"d68fd784-a197-4712-876d-edeb929cf1f5","PriceBook":"e9673a6e-df11-4a09-a70e-4645d6d7f658","Language":"f0737ff8-d53d-48dd-9afe-8f8d877cb287","Date":"2026-06-30T05:57:48.9887415Z","FrontCover":"5fd99db8-6894-4298-96bb-d3524fae4047","BackCover":"1f3dd172-2908-4b07-a392-2f25dac151ea","Products":["9b91a1bd-1b23-47dd-9527-cb6dff220bc6","a72f0524-58ec-4067-bc30-f0aefa42ceb1"],"Parts":["df96014c-b21a-47e6-8094-0cc9de570a95","2df291ba-0ecc-4ec9-929d-266d82b48566"]}
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>1f3dd172-2908-4b07-a392-2f25dac151ea</BackCover>
<Currency>d68fd784-a197-4712-876d-edeb929cf1f5</Currency>
<Date>2026-06-30T05:57:48.9887415+00:00</Date>
<FrontCover>5fd99db8-6894-4298-96bb-d3524fae4047</FrontCover>
<Language>f0737ff8-d53d-48dd-9afe-8f8d877cb287</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>df96014c-b21a-47e6-8094-0cc9de570a95</d2p1:guid>
<d2p1:guid>2df291ba-0ecc-4ec9-929d-266d82b48566</d2p1:guid>
</Parts>
<PriceBook>e9673a6e-df11-4a09-a70e-4645d6d7f658</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9b91a1bd-1b23-47dd-9527-cb6dff220bc6</d2p1:guid>
<d2p1:guid>a72f0524-58ec-4067-bc30-f0aefa42ceb1</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:
"00c7cc60-932c-4272-ad3c-31a429fc53e1"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">00c7cc60-932c-4272-ad3c-31a429fc53e1</guid>