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": "4b13f5f9-fb9b-41a5-b40b-1623412ae2dc",
"PriceBook": "614d49a2-ba50-4091-83a5-fa448fb8c335",
"Language": "9e7d9318-1c71-43ce-82ee-b2198de038bc",
"Date": "2026-09-18T08:48:33.4516958Z",
"FrontCover": "5024d4ae-9c27-4d37-a6e7-5296ad578981",
"BackCover": "ff6cc668-cb9d-48fc-a5d2-871fb7d6f322",
"Products": [
"403372ff-70ea-487e-bcb3-8148412072f6",
"38454682-fba2-4184-85b6-5f8d39ae6216"
],
"Parts": [
"b4724b95-3dc3-40c5-accf-73b55412973e",
"1e2a0fc7-cc45-4789-93c5-1d268553f640"
]
}
text/html
Sample:
{"Currency":"4b13f5f9-fb9b-41a5-b40b-1623412ae2dc","PriceBook":"614d49a2-ba50-4091-83a5-fa448fb8c335","Language":"9e7d9318-1c71-43ce-82ee-b2198de038bc","Date":"2026-09-18T08:48:33.4516958Z","FrontCover":"5024d4ae-9c27-4d37-a6e7-5296ad578981","BackCover":"ff6cc668-cb9d-48fc-a5d2-871fb7d6f322","Products":["403372ff-70ea-487e-bcb3-8148412072f6","38454682-fba2-4184-85b6-5f8d39ae6216"],"Parts":["b4724b95-3dc3-40c5-accf-73b55412973e","1e2a0fc7-cc45-4789-93c5-1d268553f640"]}
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>ff6cc668-cb9d-48fc-a5d2-871fb7d6f322</BackCover>
<Currency>4b13f5f9-fb9b-41a5-b40b-1623412ae2dc</Currency>
<Date>2026-09-18T08:48:33.4516958+00:00</Date>
<FrontCover>5024d4ae-9c27-4d37-a6e7-5296ad578981</FrontCover>
<Language>9e7d9318-1c71-43ce-82ee-b2198de038bc</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b4724b95-3dc3-40c5-accf-73b55412973e</d2p1:guid>
<d2p1:guid>1e2a0fc7-cc45-4789-93c5-1d268553f640</d2p1:guid>
</Parts>
<PriceBook>614d49a2-ba50-4091-83a5-fa448fb8c335</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>403372ff-70ea-487e-bcb3-8148412072f6</d2p1:guid>
<d2p1:guid>38454682-fba2-4184-85b6-5f8d39ae6216</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:
"dc5ff06d-3f43-4bff-89cc-80cd9167b611"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">dc5ff06d-3f43-4bff-89cc-80cd9167b611</guid>