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": "d51998a3-5388-4bc6-a027-69ead780a37f",
"PriceBook": "bed7d72e-7840-472a-8297-8ce3eafa176d",
"Language": "5fdef25b-1909-4014-b0c7-5efa4ab1017f",
"Date": "2026-07-20T05:44:31.5644153Z",
"FrontCover": "847c2ab1-f6b8-4b92-9131-137e253db420",
"BackCover": "8d7cfb3c-b2bf-49ec-ac9a-9590aff2f70e",
"Products": [
"57164146-78c6-48e0-8884-e1c4b214e5a1",
"f9a1f0cb-c54f-478e-bf8e-86ba569d6288"
],
"Parts": [
"bf611298-d7d2-4c7c-a070-daab4236b1f3",
"5e3660d1-623d-4d35-96d2-c351eba584b8"
]
}
text/html
Sample:
{"Currency":"d51998a3-5388-4bc6-a027-69ead780a37f","PriceBook":"bed7d72e-7840-472a-8297-8ce3eafa176d","Language":"5fdef25b-1909-4014-b0c7-5efa4ab1017f","Date":"2026-07-20T05:44:31.5644153Z","FrontCover":"847c2ab1-f6b8-4b92-9131-137e253db420","BackCover":"8d7cfb3c-b2bf-49ec-ac9a-9590aff2f70e","Products":["57164146-78c6-48e0-8884-e1c4b214e5a1","f9a1f0cb-c54f-478e-bf8e-86ba569d6288"],"Parts":["bf611298-d7d2-4c7c-a070-daab4236b1f3","5e3660d1-623d-4d35-96d2-c351eba584b8"]}
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>8d7cfb3c-b2bf-49ec-ac9a-9590aff2f70e</BackCover>
<Currency>d51998a3-5388-4bc6-a027-69ead780a37f</Currency>
<Date>2026-07-20T05:44:31.5644153+00:00</Date>
<FrontCover>847c2ab1-f6b8-4b92-9131-137e253db420</FrontCover>
<Language>5fdef25b-1909-4014-b0c7-5efa4ab1017f</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bf611298-d7d2-4c7c-a070-daab4236b1f3</d2p1:guid>
<d2p1:guid>5e3660d1-623d-4d35-96d2-c351eba584b8</d2p1:guid>
</Parts>
<PriceBook>bed7d72e-7840-472a-8297-8ce3eafa176d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>57164146-78c6-48e0-8884-e1c4b214e5a1</d2p1:guid>
<d2p1:guid>f9a1f0cb-c54f-478e-bf8e-86ba569d6288</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:
"ee47ddc0-8c9d-4388-a83a-86d4031c881a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ee47ddc0-8c9d-4388-a83a-86d4031c881a</guid>