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": "f6963d7b-300e-450b-accb-911b60a67f6d", "PriceBook": "6309b2b4-4ca2-406a-a01f-fb3b188966d6", "Language": "9740e630-610e-4348-98fd-a8786137a573", "Date": "2025-05-11T14:10:39.1681693Z", "FrontCover": "fa149ea6-88e4-45e3-a94c-8c91c65322ca", "BackCover": "bb62c115-7a84-48f7-adae-da52d0be1b5d", "Products": [ "4b09d8ee-5d25-4f86-ad0d-1a6124bbe831", "8f3bc5ba-96c3-4f40-800f-8524b882075f" ], "Parts": [ "c4f1b878-8d44-4b40-a466-8a6ae824a7bf", "cf8146fa-4a83-4ef7-886d-895ede4440d2" ] }
text/html
Sample:
{"Currency":"f6963d7b-300e-450b-accb-911b60a67f6d","PriceBook":"6309b2b4-4ca2-406a-a01f-fb3b188966d6","Language":"9740e630-610e-4348-98fd-a8786137a573","Date":"2025-05-11T14:10:39.1681693Z","FrontCover":"fa149ea6-88e4-45e3-a94c-8c91c65322ca","BackCover":"bb62c115-7a84-48f7-adae-da52d0be1b5d","Products":["4b09d8ee-5d25-4f86-ad0d-1a6124bbe831","8f3bc5ba-96c3-4f40-800f-8524b882075f"],"Parts":["c4f1b878-8d44-4b40-a466-8a6ae824a7bf","cf8146fa-4a83-4ef7-886d-895ede4440d2"]}
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>bb62c115-7a84-48f7-adae-da52d0be1b5d</BackCover> <Currency>f6963d7b-300e-450b-accb-911b60a67f6d</Currency> <Date>2025-05-11T14:10:39.1681693+00:00</Date> <FrontCover>fa149ea6-88e4-45e3-a94c-8c91c65322ca</FrontCover> <Language>9740e630-610e-4348-98fd-a8786137a573</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>c4f1b878-8d44-4b40-a466-8a6ae824a7bf</d2p1:guid> <d2p1:guid>cf8146fa-4a83-4ef7-886d-895ede4440d2</d2p1:guid> </Parts> <PriceBook>6309b2b4-4ca2-406a-a01f-fb3b188966d6</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>4b09d8ee-5d25-4f86-ad0d-1a6124bbe831</d2p1:guid> <d2p1:guid>8f3bc5ba-96c3-4f40-800f-8524b882075f</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:
"32df9c48-8fa5-492e-86e3-f4da815259a7"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32df9c48-8fa5-492e-86e3-f4da815259a7</guid>