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.
PriceBookMergeOptions| Name | 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": "77ad8a96-ba81-4c2a-b169-e0836fb05852",
"PriceBook": "8cdf43a7-0e10-4d65-a6af-563eb261a684",
"Language": "84577e03-f313-4bf4-9b7c-9742e3fbb648",
"Date": "2026-08-23T09:46:47.9637931Z",
"FrontCover": "ad5594af-c963-4f1d-ba57-0bc52a0df5fc",
"BackCover": "d009efc3-04b8-43b0-82c8-4cbb400a06e5",
"Products": [
"be92a27c-3a74-4bfe-8371-8b981f0a0542",
"d196ce7b-0e79-408e-aeb0-11a449e00bbe"
],
"Parts": [
"b6f74ad4-3909-4208-a54a-299c0819c7c0",
"ba3eb23a-9b41-416e-94d5-9b778c8c404a"
]
}
text/html
Sample:
{"Currency":"77ad8a96-ba81-4c2a-b169-e0836fb05852","PriceBook":"8cdf43a7-0e10-4d65-a6af-563eb261a684","Language":"84577e03-f313-4bf4-9b7c-9742e3fbb648","Date":"2026-08-23T09:46:47.9637931Z","FrontCover":"ad5594af-c963-4f1d-ba57-0bc52a0df5fc","BackCover":"d009efc3-04b8-43b0-82c8-4cbb400a06e5","Products":["be92a27c-3a74-4bfe-8371-8b981f0a0542","d196ce7b-0e79-408e-aeb0-11a449e00bbe"],"Parts":["b6f74ad4-3909-4208-a54a-299c0819c7c0","ba3eb23a-9b41-416e-94d5-9b778c8c404a"]}
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>d009efc3-04b8-43b0-82c8-4cbb400a06e5</BackCover>
<Currency>77ad8a96-ba81-4c2a-b169-e0836fb05852</Currency>
<Date>2026-08-23T09:46:47.9637931+00:00</Date>
<FrontCover>ad5594af-c963-4f1d-ba57-0bc52a0df5fc</FrontCover>
<Language>84577e03-f313-4bf4-9b7c-9742e3fbb648</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b6f74ad4-3909-4208-a54a-299c0819c7c0</d2p1:guid>
<d2p1:guid>ba3eb23a-9b41-416e-94d5-9b778c8c404a</d2p1:guid>
</Parts>
<PriceBook>8cdf43a7-0e10-4d65-a6af-563eb261a684</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>be92a27c-3a74-4bfe-8371-8b981f0a0542</d2p1:guid>
<d2p1:guid>d196ce7b-0e79-408e-aeb0-11a449e00bbe</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:
"ff6232d1-aa40-468a-bb04-a81ba3fec4fc"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ff6232d1-aa40-468a-bb04-a81ba3fec4fc</guid>