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": "3c74a229-be8f-4f90-9eaf-4b5c230153a3",
"PriceBook": "70b5ac36-5394-406c-860e-1f741f9a8aab",
"Language": "1126da37-3ee7-47a4-9c2e-6ac6ee1ed560",
"Date": "2026-05-10T11:33:01.0267395Z",
"FrontCover": "3558202b-70d8-4b6b-8275-6f53cdcfa4c9",
"BackCover": "54dc0235-58a6-40d9-96f3-2e9e154507fa",
"Products": [
"eb802c41-7a5b-41bd-a49d-ae6c09c42767",
"92565e64-3e53-4ad4-b045-f32c4bb05a52"
],
"Parts": [
"dcaf5bd9-f86d-46a8-94f8-03517764f650",
"fe052e3e-63b5-4cc1-b297-5ec716e58e12"
]
}
text/html
Sample:
{"Currency":"3c74a229-be8f-4f90-9eaf-4b5c230153a3","PriceBook":"70b5ac36-5394-406c-860e-1f741f9a8aab","Language":"1126da37-3ee7-47a4-9c2e-6ac6ee1ed560","Date":"2026-05-10T11:33:01.0267395Z","FrontCover":"3558202b-70d8-4b6b-8275-6f53cdcfa4c9","BackCover":"54dc0235-58a6-40d9-96f3-2e9e154507fa","Products":["eb802c41-7a5b-41bd-a49d-ae6c09c42767","92565e64-3e53-4ad4-b045-f32c4bb05a52"],"Parts":["dcaf5bd9-f86d-46a8-94f8-03517764f650","fe052e3e-63b5-4cc1-b297-5ec716e58e12"]}
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>54dc0235-58a6-40d9-96f3-2e9e154507fa</BackCover>
<Currency>3c74a229-be8f-4f90-9eaf-4b5c230153a3</Currency>
<Date>2026-05-10T11:33:01.0267395+00:00</Date>
<FrontCover>3558202b-70d8-4b6b-8275-6f53cdcfa4c9</FrontCover>
<Language>1126da37-3ee7-47a4-9c2e-6ac6ee1ed560</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>dcaf5bd9-f86d-46a8-94f8-03517764f650</d2p1:guid>
<d2p1:guid>fe052e3e-63b5-4cc1-b297-5ec716e58e12</d2p1:guid>
</Parts>
<PriceBook>70b5ac36-5394-406c-860e-1f741f9a8aab</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>eb802c41-7a5b-41bd-a49d-ae6c09c42767</d2p1:guid>
<d2p1:guid>92565e64-3e53-4ad4-b045-f32c4bb05a52</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:
"c776cb2d-ba1e-4004-b47b-ea40c8bdcf36"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c776cb2d-ba1e-4004-b47b-ea40c8bdcf36</guid>