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": "0d901ec6-1984-4762-9cbf-689428f22784",
"PriceBook": "290c1b05-d9fe-4c7b-933b-397f7f7cbc75",
"Language": "a888fad9-ea18-438e-96be-38cc6ecaf555",
"Date": "2026-03-13T11:16:23.6200824Z",
"FrontCover": "27403487-387e-4501-9d09-9f7b5ebc4842",
"BackCover": "4a1cfff5-0ee4-498f-9935-efe706d8323e",
"Products": [
"b9a9e175-42a0-4178-8368-0e78e73963af",
"36b869f4-a084-49ae-a19d-c400e8dad8fb"
],
"Parts": [
"e4d8ddc8-a3b4-45f8-b183-049c52d0cd1c",
"a4c91c18-155a-41cc-8f2d-c6e1eda638f9"
]
}
text/html
Sample:
{"Currency":"0d901ec6-1984-4762-9cbf-689428f22784","PriceBook":"290c1b05-d9fe-4c7b-933b-397f7f7cbc75","Language":"a888fad9-ea18-438e-96be-38cc6ecaf555","Date":"2026-03-13T11:16:23.6200824Z","FrontCover":"27403487-387e-4501-9d09-9f7b5ebc4842","BackCover":"4a1cfff5-0ee4-498f-9935-efe706d8323e","Products":["b9a9e175-42a0-4178-8368-0e78e73963af","36b869f4-a084-49ae-a19d-c400e8dad8fb"],"Parts":["e4d8ddc8-a3b4-45f8-b183-049c52d0cd1c","a4c91c18-155a-41cc-8f2d-c6e1eda638f9"]}
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>4a1cfff5-0ee4-498f-9935-efe706d8323e</BackCover>
<Currency>0d901ec6-1984-4762-9cbf-689428f22784</Currency>
<Date>2026-03-13T11:16:23.6200824+00:00</Date>
<FrontCover>27403487-387e-4501-9d09-9f7b5ebc4842</FrontCover>
<Language>a888fad9-ea18-438e-96be-38cc6ecaf555</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e4d8ddc8-a3b4-45f8-b183-049c52d0cd1c</d2p1:guid>
<d2p1:guid>a4c91c18-155a-41cc-8f2d-c6e1eda638f9</d2p1:guid>
</Parts>
<PriceBook>290c1b05-d9fe-4c7b-933b-397f7f7cbc75</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b9a9e175-42a0-4178-8368-0e78e73963af</d2p1:guid>
<d2p1:guid>36b869f4-a084-49ae-a19d-c400e8dad8fb</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:
"bd314d5f-b07e-48e9-8469-3bec84a23457"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bd314d5f-b07e-48e9-8469-3bec84a23457</guid>