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.
PriceBookMergeOptionsName | 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": "deb7b6cb-4b21-4569-80c3-0f71149c76a4", "PriceBook": "4f38e985-6d12-4999-b9cd-50814a0496c3", "Language": "b06ff6df-d863-42d7-a1f4-e971c3f71dd8", "Date": "2025-10-13T19:11:57.3352929Z", "FrontCover": "00819b53-b9ca-4671-9323-621f7bb7b82d", "BackCover": "2552cdd6-6147-4054-a0f9-14fc245ab637", "Products": [ "29fc48d0-6ff5-4f68-9fe2-a4c0cffbb38c", "2468a813-b0b7-4e97-867e-d11143e06396" ], "Parts": [ "efad943f-5275-4219-8b5a-5734aa4f6dd1", "dbd313e6-fcc7-41dd-8db5-3bba8107e399" ] }
text/html
Sample:
{"Currency":"deb7b6cb-4b21-4569-80c3-0f71149c76a4","PriceBook":"4f38e985-6d12-4999-b9cd-50814a0496c3","Language":"b06ff6df-d863-42d7-a1f4-e971c3f71dd8","Date":"2025-10-13T19:11:57.3352929Z","FrontCover":"00819b53-b9ca-4671-9323-621f7bb7b82d","BackCover":"2552cdd6-6147-4054-a0f9-14fc245ab637","Products":["29fc48d0-6ff5-4f68-9fe2-a4c0cffbb38c","2468a813-b0b7-4e97-867e-d11143e06396"],"Parts":["efad943f-5275-4219-8b5a-5734aa4f6dd1","dbd313e6-fcc7-41dd-8db5-3bba8107e399"]}
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>2552cdd6-6147-4054-a0f9-14fc245ab637</BackCover> <Currency>deb7b6cb-4b21-4569-80c3-0f71149c76a4</Currency> <Date>2025-10-13T19:11:57.3352929+00:00</Date> <FrontCover>00819b53-b9ca-4671-9323-621f7bb7b82d</FrontCover> <Language>b06ff6df-d863-42d7-a1f4-e971c3f71dd8</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>efad943f-5275-4219-8b5a-5734aa4f6dd1</d2p1:guid> <d2p1:guid>dbd313e6-fcc7-41dd-8db5-3bba8107e399</d2p1:guid> </Parts> <PriceBook>4f38e985-6d12-4999-b9cd-50814a0496c3</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>29fc48d0-6ff5-4f68-9fe2-a4c0cffbb38c</d2p1:guid> <d2p1:guid>2468a813-b0b7-4e97-867e-d11143e06396</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:
"8066ab1f-a336-465d-9d93-73e4bb002e80"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8066ab1f-a336-465d-9d93-73e4bb002e80</guid>