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": "da09e9e5-dc58-4585-b64d-6b26b3731460",
"PriceBook": "20779c82-4a3e-459a-a4a5-0e45e08369fd",
"Language": "42cfa7e4-a2a8-47bb-9cb0-3fa531f22089",
"Date": "2026-03-28T13:41:43.1535179Z",
"FrontCover": "feacf8fc-3de8-44a5-a9f7-396e6240b40c",
"BackCover": "90a6009b-ade2-4336-8367-712d437ee797",
"Products": [
"a3502e10-6da8-48ee-b31e-674950225cd6",
"167f6c92-c185-40c6-91c4-3e144722bd1e"
],
"Parts": [
"780e3183-5625-4247-a41f-b8601226fd34",
"b53d1ed9-1edc-478f-bffa-27a148c0357c"
]
}
text/html
Sample:
{"Currency":"da09e9e5-dc58-4585-b64d-6b26b3731460","PriceBook":"20779c82-4a3e-459a-a4a5-0e45e08369fd","Language":"42cfa7e4-a2a8-47bb-9cb0-3fa531f22089","Date":"2026-03-28T13:41:43.1535179Z","FrontCover":"feacf8fc-3de8-44a5-a9f7-396e6240b40c","BackCover":"90a6009b-ade2-4336-8367-712d437ee797","Products":["a3502e10-6da8-48ee-b31e-674950225cd6","167f6c92-c185-40c6-91c4-3e144722bd1e"],"Parts":["780e3183-5625-4247-a41f-b8601226fd34","b53d1ed9-1edc-478f-bffa-27a148c0357c"]}
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>90a6009b-ade2-4336-8367-712d437ee797</BackCover>
<Currency>da09e9e5-dc58-4585-b64d-6b26b3731460</Currency>
<Date>2026-03-28T13:41:43.1535179+00:00</Date>
<FrontCover>feacf8fc-3de8-44a5-a9f7-396e6240b40c</FrontCover>
<Language>42cfa7e4-a2a8-47bb-9cb0-3fa531f22089</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>780e3183-5625-4247-a41f-b8601226fd34</d2p1:guid>
<d2p1:guid>b53d1ed9-1edc-478f-bffa-27a148c0357c</d2p1:guid>
</Parts>
<PriceBook>20779c82-4a3e-459a-a4a5-0e45e08369fd</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a3502e10-6da8-48ee-b31e-674950225cd6</d2p1:guid>
<d2p1:guid>167f6c92-c185-40c6-91c4-3e144722bd1e</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:
"c897413a-c3e2-4289-8aca-249dbb0231b8"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c897413a-c3e2-4289-8aca-249dbb0231b8</guid>