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": "48af781c-a2a3-400c-8a36-c6d308a2d93e",
"PriceBook": "daae6fea-0736-49a2-9069-ab683cb03575",
"Language": "79d12158-a0a8-4544-8eb0-b09ab7eeb350",
"Date": "2026-08-04T22:32:30.0400546Z",
"FrontCover": "70cc0178-8f67-480b-afbb-040f31230e6d",
"BackCover": "bf05ea05-9266-45c3-bb79-b9d73775aed1",
"Products": [
"7535648e-7468-4553-8c17-f8fc58d38543",
"c60533ac-4698-4c2b-ba21-424c26906e83"
],
"Parts": [
"92348b1c-d515-4fe2-b443-f7f9b4e0e8a1",
"b00f2f7d-b170-4d0c-a7dc-3f52d4222f27"
]
}
text/html
Sample:
{"Currency":"48af781c-a2a3-400c-8a36-c6d308a2d93e","PriceBook":"daae6fea-0736-49a2-9069-ab683cb03575","Language":"79d12158-a0a8-4544-8eb0-b09ab7eeb350","Date":"2026-08-04T22:32:30.0400546Z","FrontCover":"70cc0178-8f67-480b-afbb-040f31230e6d","BackCover":"bf05ea05-9266-45c3-bb79-b9d73775aed1","Products":["7535648e-7468-4553-8c17-f8fc58d38543","c60533ac-4698-4c2b-ba21-424c26906e83"],"Parts":["92348b1c-d515-4fe2-b443-f7f9b4e0e8a1","b00f2f7d-b170-4d0c-a7dc-3f52d4222f27"]}
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>bf05ea05-9266-45c3-bb79-b9d73775aed1</BackCover>
<Currency>48af781c-a2a3-400c-8a36-c6d308a2d93e</Currency>
<Date>2026-08-04T22:32:30.0400546+00:00</Date>
<FrontCover>70cc0178-8f67-480b-afbb-040f31230e6d</FrontCover>
<Language>79d12158-a0a8-4544-8eb0-b09ab7eeb350</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>92348b1c-d515-4fe2-b443-f7f9b4e0e8a1</d2p1:guid>
<d2p1:guid>b00f2f7d-b170-4d0c-a7dc-3f52d4222f27</d2p1:guid>
</Parts>
<PriceBook>daae6fea-0736-49a2-9069-ab683cb03575</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7535648e-7468-4553-8c17-f8fc58d38543</d2p1:guid>
<d2p1:guid>c60533ac-4698-4c2b-ba21-424c26906e83</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:
"97b27247-ad6c-4eef-8e68-b7e2212ef2d3"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">97b27247-ad6c-4eef-8e68-b7e2212ef2d3</guid>