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": "1df7cb1f-e473-488b-9d9b-70a8ae9499c4", "PriceBook": "d16620bf-0c6c-4408-8927-eede6bc6c6e9", "Language": "d165c704-758d-48cd-a262-89d961c84f0f", "Date": "2025-09-15T08:28:01.4873873Z", "FrontCover": "f66d4d91-ff3c-4f39-816e-a8721d7f5be5", "BackCover": "8761cb41-22ff-4cb8-a84e-a4993261c3a0", "Products": [ "e6d36f52-54a9-40c9-9d1f-99211b1ba2fd", "ef55d60d-87b1-4014-803a-2b5189416859" ], "Parts": [ "7b28831d-f4ed-4b31-aa69-86338431e179", "f8fee2a7-56af-4b01-b1e7-58b851c41061" ] }
text/html
Sample:
{"Currency":"1df7cb1f-e473-488b-9d9b-70a8ae9499c4","PriceBook":"d16620bf-0c6c-4408-8927-eede6bc6c6e9","Language":"d165c704-758d-48cd-a262-89d961c84f0f","Date":"2025-09-15T08:28:01.4873873Z","FrontCover":"f66d4d91-ff3c-4f39-816e-a8721d7f5be5","BackCover":"8761cb41-22ff-4cb8-a84e-a4993261c3a0","Products":["e6d36f52-54a9-40c9-9d1f-99211b1ba2fd","ef55d60d-87b1-4014-803a-2b5189416859"],"Parts":["7b28831d-f4ed-4b31-aa69-86338431e179","f8fee2a7-56af-4b01-b1e7-58b851c41061"]}
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>8761cb41-22ff-4cb8-a84e-a4993261c3a0</BackCover> <Currency>1df7cb1f-e473-488b-9d9b-70a8ae9499c4</Currency> <Date>2025-09-15T08:28:01.4873873+00:00</Date> <FrontCover>f66d4d91-ff3c-4f39-816e-a8721d7f5be5</FrontCover> <Language>d165c704-758d-48cd-a262-89d961c84f0f</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>7b28831d-f4ed-4b31-aa69-86338431e179</d2p1:guid> <d2p1:guid>f8fee2a7-56af-4b01-b1e7-58b851c41061</d2p1:guid> </Parts> <PriceBook>d16620bf-0c6c-4408-8927-eede6bc6c6e9</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>e6d36f52-54a9-40c9-9d1f-99211b1ba2fd</d2p1:guid> <d2p1:guid>ef55d60d-87b1-4014-803a-2b5189416859</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:
"119772d0-0738-4abf-a3b7-974d3f34f160"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">119772d0-0738-4abf-a3b7-974d3f34f160</guid>