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": "8e9757da-59e6-42d3-939e-36d832cf47d4",
"PriceBook": "7903c70b-a131-45ec-a1d5-74c88c5e33d0",
"Language": "afd01375-3fa6-4056-8b74-d588a8da4692",
"Date": "2026-06-13T20:46:23.0299861Z",
"FrontCover": "b4cf9c44-65dc-4bb7-9373-df8811a131dd",
"BackCover": "7396d883-f999-4d0f-b608-29492311609f",
"Products": [
"21e4e04e-c6cb-401a-b8fa-68044fcb484c",
"43bed000-d53b-4b64-a7aa-7f748a8c4cb8"
],
"Parts": [
"78feca71-5a80-47bc-bff4-d6868f97b52a",
"537ec8c0-4e93-41cc-9a56-ce92e398ae7a"
]
}
text/html
Sample:
{"Currency":"8e9757da-59e6-42d3-939e-36d832cf47d4","PriceBook":"7903c70b-a131-45ec-a1d5-74c88c5e33d0","Language":"afd01375-3fa6-4056-8b74-d588a8da4692","Date":"2026-06-13T20:46:23.0299861Z","FrontCover":"b4cf9c44-65dc-4bb7-9373-df8811a131dd","BackCover":"7396d883-f999-4d0f-b608-29492311609f","Products":["21e4e04e-c6cb-401a-b8fa-68044fcb484c","43bed000-d53b-4b64-a7aa-7f748a8c4cb8"],"Parts":["78feca71-5a80-47bc-bff4-d6868f97b52a","537ec8c0-4e93-41cc-9a56-ce92e398ae7a"]}
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>7396d883-f999-4d0f-b608-29492311609f</BackCover>
<Currency>8e9757da-59e6-42d3-939e-36d832cf47d4</Currency>
<Date>2026-06-13T20:46:23.0299861+00:00</Date>
<FrontCover>b4cf9c44-65dc-4bb7-9373-df8811a131dd</FrontCover>
<Language>afd01375-3fa6-4056-8b74-d588a8da4692</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>78feca71-5a80-47bc-bff4-d6868f97b52a</d2p1:guid>
<d2p1:guid>537ec8c0-4e93-41cc-9a56-ce92e398ae7a</d2p1:guid>
</Parts>
<PriceBook>7903c70b-a131-45ec-a1d5-74c88c5e33d0</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>21e4e04e-c6cb-401a-b8fa-68044fcb484c</d2p1:guid>
<d2p1:guid>43bed000-d53b-4b64-a7aa-7f748a8c4cb8</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:
"6aef594a-7e97-433d-aa09-5f2a92468850"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6aef594a-7e97-433d-aa09-5f2a92468850</guid>