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": "fffa87ba-a9ae-4dc6-8ae5-5fcc26750ba2",
"PriceBook": "595447c6-7414-449a-85c7-4d278c562304",
"Language": "16c19028-6d5d-452d-8796-7d8db382bc31",
"Date": "2026-04-25T15:30:12.7813685Z",
"FrontCover": "661e3d69-0fae-44b0-bda9-40609fe72645",
"BackCover": "31c1a296-17b7-4d43-991c-42f98e6ca81d",
"Products": [
"3af9abad-c468-4312-944f-b90962be5528",
"f6a9d9a2-bc40-4061-a1ad-4134d27805fb"
],
"Parts": [
"68d9b51a-1a79-4ba1-85a6-54c11b2450cb",
"cdd0898f-b2de-49dc-b45d-dfaddea45d71"
]
}
text/html
Sample:
{"Currency":"fffa87ba-a9ae-4dc6-8ae5-5fcc26750ba2","PriceBook":"595447c6-7414-449a-85c7-4d278c562304","Language":"16c19028-6d5d-452d-8796-7d8db382bc31","Date":"2026-04-25T15:30:12.7813685Z","FrontCover":"661e3d69-0fae-44b0-bda9-40609fe72645","BackCover":"31c1a296-17b7-4d43-991c-42f98e6ca81d","Products":["3af9abad-c468-4312-944f-b90962be5528","f6a9d9a2-bc40-4061-a1ad-4134d27805fb"],"Parts":["68d9b51a-1a79-4ba1-85a6-54c11b2450cb","cdd0898f-b2de-49dc-b45d-dfaddea45d71"]}
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>31c1a296-17b7-4d43-991c-42f98e6ca81d</BackCover>
<Currency>fffa87ba-a9ae-4dc6-8ae5-5fcc26750ba2</Currency>
<Date>2026-04-25T15:30:12.7813685+00:00</Date>
<FrontCover>661e3d69-0fae-44b0-bda9-40609fe72645</FrontCover>
<Language>16c19028-6d5d-452d-8796-7d8db382bc31</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>68d9b51a-1a79-4ba1-85a6-54c11b2450cb</d2p1:guid>
<d2p1:guid>cdd0898f-b2de-49dc-b45d-dfaddea45d71</d2p1:guid>
</Parts>
<PriceBook>595447c6-7414-449a-85c7-4d278c562304</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3af9abad-c468-4312-944f-b90962be5528</d2p1:guid>
<d2p1:guid>f6a9d9a2-bc40-4061-a1ad-4134d27805fb</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:
"4ce6c2e1-2b96-4377-8f49-462218ea2c29"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4ce6c2e1-2b96-4377-8f49-462218ea2c29</guid>