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": "65d7dc98-7ead-40df-9426-50e477b24a86",
"PriceBook": "5aa933ab-61ff-402f-b611-0defe24e3654",
"Language": "608f3cf8-4d30-47c1-a3df-2c4e12c59812",
"Date": "2026-02-24T13:29:33.4509867Z",
"FrontCover": "4a95d854-01f8-4c23-8360-ae7b52e5e78b",
"BackCover": "6327d992-5c24-459c-acfd-1f6a9d66f483",
"Products": [
"ca362963-97cb-4f03-a7c0-c610382ac0c1",
"322e2a13-e16c-4051-8cab-93429a4b6fa3"
],
"Parts": [
"6a9a78eb-921f-4f97-aa94-eab40ed92d3e",
"f0ecb2f9-d269-442d-b9fb-08b92f68b855"
]
}
text/html
Sample:
{"Currency":"65d7dc98-7ead-40df-9426-50e477b24a86","PriceBook":"5aa933ab-61ff-402f-b611-0defe24e3654","Language":"608f3cf8-4d30-47c1-a3df-2c4e12c59812","Date":"2026-02-24T13:29:33.4509867Z","FrontCover":"4a95d854-01f8-4c23-8360-ae7b52e5e78b","BackCover":"6327d992-5c24-459c-acfd-1f6a9d66f483","Products":["ca362963-97cb-4f03-a7c0-c610382ac0c1","322e2a13-e16c-4051-8cab-93429a4b6fa3"],"Parts":["6a9a78eb-921f-4f97-aa94-eab40ed92d3e","f0ecb2f9-d269-442d-b9fb-08b92f68b855"]}
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>6327d992-5c24-459c-acfd-1f6a9d66f483</BackCover>
<Currency>65d7dc98-7ead-40df-9426-50e477b24a86</Currency>
<Date>2026-02-24T13:29:33.4509867+00:00</Date>
<FrontCover>4a95d854-01f8-4c23-8360-ae7b52e5e78b</FrontCover>
<Language>608f3cf8-4d30-47c1-a3df-2c4e12c59812</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6a9a78eb-921f-4f97-aa94-eab40ed92d3e</d2p1:guid>
<d2p1:guid>f0ecb2f9-d269-442d-b9fb-08b92f68b855</d2p1:guid>
</Parts>
<PriceBook>5aa933ab-61ff-402f-b611-0defe24e3654</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ca362963-97cb-4f03-a7c0-c610382ac0c1</d2p1:guid>
<d2p1:guid>322e2a13-e16c-4051-8cab-93429a4b6fa3</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:
"9a4317bf-70ec-4035-ab37-6b3cbc77e559"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9a4317bf-70ec-4035-ab37-6b3cbc77e559</guid>