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": "dbd66e8e-6149-457d-aa55-ed93947dd5c7", "PriceBook": "828b7887-651c-4d86-ba9e-3977c14c0b6c", "Language": "95472a94-966b-4b41-94b7-f378c3d85859", "Date": "2025-07-01T00:00:42.3360446Z", "FrontCover": "338c3530-8218-4c07-a03e-ff317a08dbc1", "BackCover": "fbb8c909-055d-4d80-92f8-805149428c14", "Products": [ "2a4ecab9-0c7a-45ae-9709-1ba3f26f135c", "f5866900-2b7b-4642-b52f-95c8bcc08e50" ], "Parts": [ "8973fccd-f142-46a2-b993-a7afa6572d2d", "544a7d4a-6e40-4f9c-ba7b-b23a3d90b309" ] }
text/html
Sample:
{"Currency":"dbd66e8e-6149-457d-aa55-ed93947dd5c7","PriceBook":"828b7887-651c-4d86-ba9e-3977c14c0b6c","Language":"95472a94-966b-4b41-94b7-f378c3d85859","Date":"2025-07-01T00:00:42.3360446Z","FrontCover":"338c3530-8218-4c07-a03e-ff317a08dbc1","BackCover":"fbb8c909-055d-4d80-92f8-805149428c14","Products":["2a4ecab9-0c7a-45ae-9709-1ba3f26f135c","f5866900-2b7b-4642-b52f-95c8bcc08e50"],"Parts":["8973fccd-f142-46a2-b993-a7afa6572d2d","544a7d4a-6e40-4f9c-ba7b-b23a3d90b309"]}
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>fbb8c909-055d-4d80-92f8-805149428c14</BackCover> <Currency>dbd66e8e-6149-457d-aa55-ed93947dd5c7</Currency> <Date>2025-07-01T00:00:42.3360446+00:00</Date> <FrontCover>338c3530-8218-4c07-a03e-ff317a08dbc1</FrontCover> <Language>95472a94-966b-4b41-94b7-f378c3d85859</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>8973fccd-f142-46a2-b993-a7afa6572d2d</d2p1:guid> <d2p1:guid>544a7d4a-6e40-4f9c-ba7b-b23a3d90b309</d2p1:guid> </Parts> <PriceBook>828b7887-651c-4d86-ba9e-3977c14c0b6c</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>2a4ecab9-0c7a-45ae-9709-1ba3f26f135c</d2p1:guid> <d2p1:guid>f5866900-2b7b-4642-b52f-95c8bcc08e50</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:
"7f404b32-8a81-4b3f-8f75-3577a4e5c8c6"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7f404b32-8a81-4b3f-8f75-3577a4e5c8c6</guid>