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": "dc5215f6-0a10-4fe9-ab0b-7b670046dbd6",
"PriceBook": "047a2c50-9e54-4ae8-9854-ae77eb8cd403",
"Language": "6abcd0b7-18e7-4e78-80f9-79ffc5ed7e08",
"Date": "2026-05-14T22:52:47.7893955Z",
"FrontCover": "e30f0502-ec17-4691-a660-b562c677a6bb",
"BackCover": "0916c36a-1858-4cac-a259-065f00f2c489",
"Products": [
"34556632-0748-4e3d-b05e-112c5aa11d1b",
"a71e2be8-20c1-499c-89a2-071236e97af2"
],
"Parts": [
"157e0c1d-004b-4a71-a378-b93608304e46",
"86575b74-bde2-4646-b114-60c9623d7dd0"
]
}
text/html
Sample:
{"Currency":"dc5215f6-0a10-4fe9-ab0b-7b670046dbd6","PriceBook":"047a2c50-9e54-4ae8-9854-ae77eb8cd403","Language":"6abcd0b7-18e7-4e78-80f9-79ffc5ed7e08","Date":"2026-05-14T22:52:47.7893955Z","FrontCover":"e30f0502-ec17-4691-a660-b562c677a6bb","BackCover":"0916c36a-1858-4cac-a259-065f00f2c489","Products":["34556632-0748-4e3d-b05e-112c5aa11d1b","a71e2be8-20c1-499c-89a2-071236e97af2"],"Parts":["157e0c1d-004b-4a71-a378-b93608304e46","86575b74-bde2-4646-b114-60c9623d7dd0"]}
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>0916c36a-1858-4cac-a259-065f00f2c489</BackCover>
<Currency>dc5215f6-0a10-4fe9-ab0b-7b670046dbd6</Currency>
<Date>2026-05-14T22:52:47.7893955+00:00</Date>
<FrontCover>e30f0502-ec17-4691-a660-b562c677a6bb</FrontCover>
<Language>6abcd0b7-18e7-4e78-80f9-79ffc5ed7e08</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>157e0c1d-004b-4a71-a378-b93608304e46</d2p1:guid>
<d2p1:guid>86575b74-bde2-4646-b114-60c9623d7dd0</d2p1:guid>
</Parts>
<PriceBook>047a2c50-9e54-4ae8-9854-ae77eb8cd403</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>34556632-0748-4e3d-b05e-112c5aa11d1b</d2p1:guid>
<d2p1:guid>a71e2be8-20c1-499c-89a2-071236e97af2</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:
"d36d126c-4651-4ff5-8987-efa82d7901cf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d36d126c-4651-4ff5-8987-efa82d7901cf</guid>