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": "b72bc599-e72d-4193-8f81-d4dd87bd3ad2",
"PriceBook": "7d9f5234-ad34-4497-bc99-5f3c631d8dcf",
"Language": "5f18e62d-2e4b-496d-b581-9f552388bd1b",
"Date": "2026-09-11T02:03:14.01018Z",
"FrontCover": "c801c3fb-22fd-48a3-882b-1709e7ef77d9",
"BackCover": "60ed46a7-79f1-48de-a19b-1058450fac5a",
"Products": [
"08496348-dfdf-4c4a-ba1a-c9a5d931af41",
"d913fec1-57cc-4e1c-97c8-b3c190cb3b0b"
],
"Parts": [
"49e75f0c-ecf6-4817-9ca0-7af50eaffec6",
"00748a65-a940-4adb-8d35-1a0431fbba84"
]
}
text/html
Sample:
{"Currency":"b72bc599-e72d-4193-8f81-d4dd87bd3ad2","PriceBook":"7d9f5234-ad34-4497-bc99-5f3c631d8dcf","Language":"5f18e62d-2e4b-496d-b581-9f552388bd1b","Date":"2026-09-11T02:03:14.01018Z","FrontCover":"c801c3fb-22fd-48a3-882b-1709e7ef77d9","BackCover":"60ed46a7-79f1-48de-a19b-1058450fac5a","Products":["08496348-dfdf-4c4a-ba1a-c9a5d931af41","d913fec1-57cc-4e1c-97c8-b3c190cb3b0b"],"Parts":["49e75f0c-ecf6-4817-9ca0-7af50eaffec6","00748a65-a940-4adb-8d35-1a0431fbba84"]}
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>60ed46a7-79f1-48de-a19b-1058450fac5a</BackCover>
<Currency>b72bc599-e72d-4193-8f81-d4dd87bd3ad2</Currency>
<Date>2026-09-11T02:03:14.01018+00:00</Date>
<FrontCover>c801c3fb-22fd-48a3-882b-1709e7ef77d9</FrontCover>
<Language>5f18e62d-2e4b-496d-b581-9f552388bd1b</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>49e75f0c-ecf6-4817-9ca0-7af50eaffec6</d2p1:guid>
<d2p1:guid>00748a65-a940-4adb-8d35-1a0431fbba84</d2p1:guid>
</Parts>
<PriceBook>7d9f5234-ad34-4497-bc99-5f3c631d8dcf</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>08496348-dfdf-4c4a-ba1a-c9a5d931af41</d2p1:guid>
<d2p1:guid>d913fec1-57cc-4e1c-97c8-b3c190cb3b0b</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:
"90454a62-3869-476d-a2b6-61bd999d4ade"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">90454a62-3869-476d-a2b6-61bd999d4ade</guid>