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": "6938d5b3-c353-41cc-b266-379bad3fab39",
"PriceBook": "96ae2876-5971-47c1-a0e3-2b707666a9ea",
"Language": "7a5b3d28-989d-4a1d-b2ca-9e82902ca24a",
"Date": "2026-08-18T08:19:08.9219057Z",
"FrontCover": "4755f0ad-b70f-44e9-be17-7e869b3524a8",
"BackCover": "d0cf34f3-6d18-444e-9fb8-a2a2fcce5f0e",
"Products": [
"302edc57-c8d2-43a8-a1b3-134d9977e980",
"3ece92a2-1ab9-41f6-8fd6-489ec17e39f3"
],
"Parts": [
"f733dfdc-05b7-47c8-9862-c65fa531c2f5",
"567c31f5-cec8-4805-ac8c-d7f9db226dbc"
]
}
text/html
Sample:
{"Currency":"6938d5b3-c353-41cc-b266-379bad3fab39","PriceBook":"96ae2876-5971-47c1-a0e3-2b707666a9ea","Language":"7a5b3d28-989d-4a1d-b2ca-9e82902ca24a","Date":"2026-08-18T08:19:08.9219057Z","FrontCover":"4755f0ad-b70f-44e9-be17-7e869b3524a8","BackCover":"d0cf34f3-6d18-444e-9fb8-a2a2fcce5f0e","Products":["302edc57-c8d2-43a8-a1b3-134d9977e980","3ece92a2-1ab9-41f6-8fd6-489ec17e39f3"],"Parts":["f733dfdc-05b7-47c8-9862-c65fa531c2f5","567c31f5-cec8-4805-ac8c-d7f9db226dbc"]}
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>d0cf34f3-6d18-444e-9fb8-a2a2fcce5f0e</BackCover>
<Currency>6938d5b3-c353-41cc-b266-379bad3fab39</Currency>
<Date>2026-08-18T08:19:08.9219057+00:00</Date>
<FrontCover>4755f0ad-b70f-44e9-be17-7e869b3524a8</FrontCover>
<Language>7a5b3d28-989d-4a1d-b2ca-9e82902ca24a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f733dfdc-05b7-47c8-9862-c65fa531c2f5</d2p1:guid>
<d2p1:guid>567c31f5-cec8-4805-ac8c-d7f9db226dbc</d2p1:guid>
</Parts>
<PriceBook>96ae2876-5971-47c1-a0e3-2b707666a9ea</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>302edc57-c8d2-43a8-a1b3-134d9977e980</d2p1:guid>
<d2p1:guid>3ece92a2-1ab9-41f6-8fd6-489ec17e39f3</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:
"9595b9a3-0857-4d16-a59c-c0cc9386ebc3"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9595b9a3-0857-4d16-a59c-c0cc9386ebc3</guid>