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": "16287aa8-b7b2-4c5f-9fcd-bc7c944d3dfc", "PriceBook": "4c2e5a8d-8570-493f-8462-b30295e0f6b5", "Language": "5eebf356-bccb-43ce-ad2f-01cc618a113e", "Date": "2025-10-15T15:20:28.1476375Z", "FrontCover": "3d677ffb-6e15-4fef-b832-f94de0bc7b11", "BackCover": "9fc4c902-9637-4faf-9446-5a01d09c2934", "Products": [ "f633b4fa-8cbf-4a0e-a545-52ae75df1213", "b7a025d9-ecee-4f08-9c14-1978dd16e668" ], "Parts": [ "77b44f1a-ce52-492c-a9eb-f14b076b3dfd", "974f8301-9913-4c02-b8cf-25cfadde50db" ] }
text/html
Sample:
{"Currency":"16287aa8-b7b2-4c5f-9fcd-bc7c944d3dfc","PriceBook":"4c2e5a8d-8570-493f-8462-b30295e0f6b5","Language":"5eebf356-bccb-43ce-ad2f-01cc618a113e","Date":"2025-10-15T15:20:28.1476375Z","FrontCover":"3d677ffb-6e15-4fef-b832-f94de0bc7b11","BackCover":"9fc4c902-9637-4faf-9446-5a01d09c2934","Products":["f633b4fa-8cbf-4a0e-a545-52ae75df1213","b7a025d9-ecee-4f08-9c14-1978dd16e668"],"Parts":["77b44f1a-ce52-492c-a9eb-f14b076b3dfd","974f8301-9913-4c02-b8cf-25cfadde50db"]}
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>9fc4c902-9637-4faf-9446-5a01d09c2934</BackCover> <Currency>16287aa8-b7b2-4c5f-9fcd-bc7c944d3dfc</Currency> <Date>2025-10-15T15:20:28.1476375+00:00</Date> <FrontCover>3d677ffb-6e15-4fef-b832-f94de0bc7b11</FrontCover> <Language>5eebf356-bccb-43ce-ad2f-01cc618a113e</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>77b44f1a-ce52-492c-a9eb-f14b076b3dfd</d2p1:guid> <d2p1:guid>974f8301-9913-4c02-b8cf-25cfadde50db</d2p1:guid> </Parts> <PriceBook>4c2e5a8d-8570-493f-8462-b30295e0f6b5</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>f633b4fa-8cbf-4a0e-a545-52ae75df1213</d2p1:guid> <d2p1:guid>b7a025d9-ecee-4f08-9c14-1978dd16e668</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:
"c72bc225-f6b7-4d3b-b850-fa8fcd230d56"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c72bc225-f6b7-4d3b-b850-fa8fcd230d56</guid>