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": "5fc7a151-052a-48b6-aade-1f683d15c8f5",
"PriceBook": "b9d8c462-683a-4830-818c-b3e0e7df4402",
"Language": "f381d4cf-cc27-4933-8d33-4647fdc3e0d7",
"Date": "2026-07-01T07:26:29.6783865Z",
"FrontCover": "1ff82e9c-845c-44d7-8d8e-29b37c371b69",
"BackCover": "7830c00b-e416-4564-ae2b-dca22a194c48",
"Products": [
"dd2184bd-41ef-4001-82d7-c8d5f9e42cd7",
"2e4ec514-f718-46cf-93e2-bae39325bb2d"
],
"Parts": [
"9d08acc5-6402-4719-bdbd-ac12c3a252c4",
"5bd81984-f77d-4369-86a3-08ba2c89565d"
]
}
text/html
Sample:
{"Currency":"5fc7a151-052a-48b6-aade-1f683d15c8f5","PriceBook":"b9d8c462-683a-4830-818c-b3e0e7df4402","Language":"f381d4cf-cc27-4933-8d33-4647fdc3e0d7","Date":"2026-07-01T07:26:29.6783865Z","FrontCover":"1ff82e9c-845c-44d7-8d8e-29b37c371b69","BackCover":"7830c00b-e416-4564-ae2b-dca22a194c48","Products":["dd2184bd-41ef-4001-82d7-c8d5f9e42cd7","2e4ec514-f718-46cf-93e2-bae39325bb2d"],"Parts":["9d08acc5-6402-4719-bdbd-ac12c3a252c4","5bd81984-f77d-4369-86a3-08ba2c89565d"]}
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>7830c00b-e416-4564-ae2b-dca22a194c48</BackCover>
<Currency>5fc7a151-052a-48b6-aade-1f683d15c8f5</Currency>
<Date>2026-07-01T07:26:29.6783865+00:00</Date>
<FrontCover>1ff82e9c-845c-44d7-8d8e-29b37c371b69</FrontCover>
<Language>f381d4cf-cc27-4933-8d33-4647fdc3e0d7</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9d08acc5-6402-4719-bdbd-ac12c3a252c4</d2p1:guid>
<d2p1:guid>5bd81984-f77d-4369-86a3-08ba2c89565d</d2p1:guid>
</Parts>
<PriceBook>b9d8c462-683a-4830-818c-b3e0e7df4402</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>dd2184bd-41ef-4001-82d7-c8d5f9e42cd7</d2p1:guid>
<d2p1:guid>2e4ec514-f718-46cf-93e2-bae39325bb2d</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:
"66022068-ac99-4acd-8bcb-5f4829099856"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">66022068-ac99-4acd-8bcb-5f4829099856</guid>