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": "c24ba083-7c8c-4894-996e-c4d0144b2d88",
"PriceBook": "cf7f8bdb-82cc-46b7-be4a-5291b6033f47",
"Language": "4b1eeca8-9c2a-4422-901f-1273644eb913",
"Date": "2025-11-24T05:25:24.423088Z",
"FrontCover": "7ae0887e-949a-46d1-8516-8b4698b07a6f",
"BackCover": "9a72d8c9-525b-4763-9603-31ba439c8726",
"Products": [
"2b6e8dfc-3fda-413a-8051-1793b835d312",
"7792d455-21fd-4ed0-bf04-ed46b49695f9"
],
"Parts": [
"59b95131-60f7-49bf-8f9b-c1482c81e621",
"15675b05-d51d-4367-b3a6-112a6aa03404"
]
}
text/html
Sample:
{"Currency":"c24ba083-7c8c-4894-996e-c4d0144b2d88","PriceBook":"cf7f8bdb-82cc-46b7-be4a-5291b6033f47","Language":"4b1eeca8-9c2a-4422-901f-1273644eb913","Date":"2025-11-24T05:25:24.423088Z","FrontCover":"7ae0887e-949a-46d1-8516-8b4698b07a6f","BackCover":"9a72d8c9-525b-4763-9603-31ba439c8726","Products":["2b6e8dfc-3fda-413a-8051-1793b835d312","7792d455-21fd-4ed0-bf04-ed46b49695f9"],"Parts":["59b95131-60f7-49bf-8f9b-c1482c81e621","15675b05-d51d-4367-b3a6-112a6aa03404"]}
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>9a72d8c9-525b-4763-9603-31ba439c8726</BackCover>
<Currency>c24ba083-7c8c-4894-996e-c4d0144b2d88</Currency>
<Date>2025-11-24T05:25:24.423088+00:00</Date>
<FrontCover>7ae0887e-949a-46d1-8516-8b4698b07a6f</FrontCover>
<Language>4b1eeca8-9c2a-4422-901f-1273644eb913</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>59b95131-60f7-49bf-8f9b-c1482c81e621</d2p1:guid>
<d2p1:guid>15675b05-d51d-4367-b3a6-112a6aa03404</d2p1:guid>
</Parts>
<PriceBook>cf7f8bdb-82cc-46b7-be4a-5291b6033f47</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2b6e8dfc-3fda-413a-8051-1793b835d312</d2p1:guid>
<d2p1:guid>7792d455-21fd-4ed0-bf04-ed46b49695f9</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:
"5d3853b8-6176-415d-af00-1775d8cb6e73"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5d3853b8-6176-415d-af00-1775d8cb6e73</guid>