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": "e978a25a-8222-4469-ba3a-978e20b0d314",
"PriceBook": "25255572-38f5-43b3-9608-d266a363d65d",
"Language": "9b6cd307-e953-477f-9bbf-405d1ddb19b7",
"Date": "2026-09-23T23:48:32.9488898Z",
"FrontCover": "6615e5af-0bd9-4375-b7ad-b4a50f6873cc",
"BackCover": "9e09fdd3-c1a5-4d92-9618-a094a02b5a86",
"Products": [
"6b8fc791-dc7b-4c10-9253-834919cbd22b",
"3c23518a-6718-4ff9-9e20-9d09aba6dfc8"
],
"Parts": [
"16b00182-4051-4ae6-a5b9-394529f6d75f",
"88140a2f-6cbc-4f6a-aca4-95969f04fd18"
]
}
text/html
Sample:
{"Currency":"e978a25a-8222-4469-ba3a-978e20b0d314","PriceBook":"25255572-38f5-43b3-9608-d266a363d65d","Language":"9b6cd307-e953-477f-9bbf-405d1ddb19b7","Date":"2026-09-23T23:48:32.9488898Z","FrontCover":"6615e5af-0bd9-4375-b7ad-b4a50f6873cc","BackCover":"9e09fdd3-c1a5-4d92-9618-a094a02b5a86","Products":["6b8fc791-dc7b-4c10-9253-834919cbd22b","3c23518a-6718-4ff9-9e20-9d09aba6dfc8"],"Parts":["16b00182-4051-4ae6-a5b9-394529f6d75f","88140a2f-6cbc-4f6a-aca4-95969f04fd18"]}
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>9e09fdd3-c1a5-4d92-9618-a094a02b5a86</BackCover>
<Currency>e978a25a-8222-4469-ba3a-978e20b0d314</Currency>
<Date>2026-09-23T23:48:32.9488898+00:00</Date>
<FrontCover>6615e5af-0bd9-4375-b7ad-b4a50f6873cc</FrontCover>
<Language>9b6cd307-e953-477f-9bbf-405d1ddb19b7</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>16b00182-4051-4ae6-a5b9-394529f6d75f</d2p1:guid>
<d2p1:guid>88140a2f-6cbc-4f6a-aca4-95969f04fd18</d2p1:guid>
</Parts>
<PriceBook>25255572-38f5-43b3-9608-d266a363d65d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6b8fc791-dc7b-4c10-9253-834919cbd22b</d2p1:guid>
<d2p1:guid>3c23518a-6718-4ff9-9e20-9d09aba6dfc8</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:
"475ebbcb-0c0d-4380-b314-76e0d9234166"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">475ebbcb-0c0d-4380-b314-76e0d9234166</guid>