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": "6b1d6e8c-291f-4757-b4b8-2441d4a8b287",
"PriceBook": "655537f7-5e26-452c-a453-6b13170a63f2",
"Language": "bbe8dd52-5e04-4d92-baa1-f4c601005206",
"Date": "2026-09-10T01:13:45.5779244Z",
"FrontCover": "23340c6c-0cc0-4901-966c-8f266f4f06dd",
"BackCover": "8a80a7b9-252b-4a3e-9178-3fe717ce3302",
"Products": [
"ac31a056-4494-45ee-a894-db3ff21b1806",
"a5fb4a77-10c4-48da-a65c-9eb5eb61c125"
],
"Parts": [
"f81e829e-a6a6-419c-82d8-39a02941eadf",
"d2b96aa1-5bb6-488a-89d8-766af098757e"
]
}
text/html
Sample:
{"Currency":"6b1d6e8c-291f-4757-b4b8-2441d4a8b287","PriceBook":"655537f7-5e26-452c-a453-6b13170a63f2","Language":"bbe8dd52-5e04-4d92-baa1-f4c601005206","Date":"2026-09-10T01:13:45.5779244Z","FrontCover":"23340c6c-0cc0-4901-966c-8f266f4f06dd","BackCover":"8a80a7b9-252b-4a3e-9178-3fe717ce3302","Products":["ac31a056-4494-45ee-a894-db3ff21b1806","a5fb4a77-10c4-48da-a65c-9eb5eb61c125"],"Parts":["f81e829e-a6a6-419c-82d8-39a02941eadf","d2b96aa1-5bb6-488a-89d8-766af098757e"]}
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>8a80a7b9-252b-4a3e-9178-3fe717ce3302</BackCover>
<Currency>6b1d6e8c-291f-4757-b4b8-2441d4a8b287</Currency>
<Date>2026-09-10T01:13:45.5779244+00:00</Date>
<FrontCover>23340c6c-0cc0-4901-966c-8f266f4f06dd</FrontCover>
<Language>bbe8dd52-5e04-4d92-baa1-f4c601005206</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f81e829e-a6a6-419c-82d8-39a02941eadf</d2p1:guid>
<d2p1:guid>d2b96aa1-5bb6-488a-89d8-766af098757e</d2p1:guid>
</Parts>
<PriceBook>655537f7-5e26-452c-a453-6b13170a63f2</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ac31a056-4494-45ee-a894-db3ff21b1806</d2p1:guid>
<d2p1:guid>a5fb4a77-10c4-48da-a65c-9eb5eb61c125</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:
"daf5c6e0-2b88-4786-949e-8ea19621e4b1"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">daf5c6e0-2b88-4786-949e-8ea19621e4b1</guid>