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": "8051679b-430f-4c70-9397-445ffec35a70",
"PriceBook": "e038d419-4171-4717-af75-0ca128fed3b4",
"Language": "972039ee-f380-4d79-b3d6-d6a8fd2473aa",
"Date": "2026-03-10T15:11:49.3850691Z",
"FrontCover": "04e3f830-37b1-44cb-a957-d1cb75e48bc6",
"BackCover": "a6988fbf-8727-4f65-aebf-e5b4147d6ece",
"Products": [
"c93a370e-10d6-42e9-8d7c-3bec3d330032",
"fa2faf9a-e4b8-4222-a706-2a6bb950ec1a"
],
"Parts": [
"8f359f23-e0e6-4bee-93b1-6418ac35bf97",
"0a517454-33b6-4cea-9c99-440e26c66447"
]
}
text/html
Sample:
{"Currency":"8051679b-430f-4c70-9397-445ffec35a70","PriceBook":"e038d419-4171-4717-af75-0ca128fed3b4","Language":"972039ee-f380-4d79-b3d6-d6a8fd2473aa","Date":"2026-03-10T15:11:49.3850691Z","FrontCover":"04e3f830-37b1-44cb-a957-d1cb75e48bc6","BackCover":"a6988fbf-8727-4f65-aebf-e5b4147d6ece","Products":["c93a370e-10d6-42e9-8d7c-3bec3d330032","fa2faf9a-e4b8-4222-a706-2a6bb950ec1a"],"Parts":["8f359f23-e0e6-4bee-93b1-6418ac35bf97","0a517454-33b6-4cea-9c99-440e26c66447"]}
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>a6988fbf-8727-4f65-aebf-e5b4147d6ece</BackCover>
<Currency>8051679b-430f-4c70-9397-445ffec35a70</Currency>
<Date>2026-03-10T15:11:49.3850691+00:00</Date>
<FrontCover>04e3f830-37b1-44cb-a957-d1cb75e48bc6</FrontCover>
<Language>972039ee-f380-4d79-b3d6-d6a8fd2473aa</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8f359f23-e0e6-4bee-93b1-6418ac35bf97</d2p1:guid>
<d2p1:guid>0a517454-33b6-4cea-9c99-440e26c66447</d2p1:guid>
</Parts>
<PriceBook>e038d419-4171-4717-af75-0ca128fed3b4</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c93a370e-10d6-42e9-8d7c-3bec3d330032</d2p1:guid>
<d2p1:guid>fa2faf9a-e4b8-4222-a706-2a6bb950ec1a</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:
"f0ff446b-11e5-48e8-aa0d-a1f30caf98aa"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f0ff446b-11e5-48e8-aa0d-a1f30caf98aa</guid>