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": "2bd6fa55-437d-4e51-8ca7-d36ff6a3afeb",
"PriceBook": "a0bffb29-a13e-4d15-9166-43de7623a585",
"Language": "f6fa1b8e-52b7-4c89-be3f-e6c5228e495d",
"Date": "2026-09-08T00:26:14.665072Z",
"FrontCover": "9d9296d6-045a-4177-a72e-2f95ba7f7c92",
"BackCover": "bfca0dd9-04a0-4a69-b3bf-38d010cd996a",
"Products": [
"a337534c-71ab-4a71-ab9e-ece4082fa9a2",
"76964ab9-4e1c-4733-9d7f-cabaa9b403c6"
],
"Parts": [
"011a985b-ae2b-4dba-84d8-69662ecb6af3",
"28d9a19b-7bcf-4aaf-aa00-e381cda52221"
]
}
text/html
Sample:
{"Currency":"2bd6fa55-437d-4e51-8ca7-d36ff6a3afeb","PriceBook":"a0bffb29-a13e-4d15-9166-43de7623a585","Language":"f6fa1b8e-52b7-4c89-be3f-e6c5228e495d","Date":"2026-09-08T00:26:14.665072Z","FrontCover":"9d9296d6-045a-4177-a72e-2f95ba7f7c92","BackCover":"bfca0dd9-04a0-4a69-b3bf-38d010cd996a","Products":["a337534c-71ab-4a71-ab9e-ece4082fa9a2","76964ab9-4e1c-4733-9d7f-cabaa9b403c6"],"Parts":["011a985b-ae2b-4dba-84d8-69662ecb6af3","28d9a19b-7bcf-4aaf-aa00-e381cda52221"]}
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>bfca0dd9-04a0-4a69-b3bf-38d010cd996a</BackCover>
<Currency>2bd6fa55-437d-4e51-8ca7-d36ff6a3afeb</Currency>
<Date>2026-09-08T00:26:14.665072+00:00</Date>
<FrontCover>9d9296d6-045a-4177-a72e-2f95ba7f7c92</FrontCover>
<Language>f6fa1b8e-52b7-4c89-be3f-e6c5228e495d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>011a985b-ae2b-4dba-84d8-69662ecb6af3</d2p1:guid>
<d2p1:guid>28d9a19b-7bcf-4aaf-aa00-e381cda52221</d2p1:guid>
</Parts>
<PriceBook>a0bffb29-a13e-4d15-9166-43de7623a585</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a337534c-71ab-4a71-ab9e-ece4082fa9a2</d2p1:guid>
<d2p1:guid>76964ab9-4e1c-4733-9d7f-cabaa9b403c6</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:
"dc7a1a5e-b8f7-43ea-b307-ae92594b4b90"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">dc7a1a5e-b8f7-43ea-b307-ae92594b4b90</guid>