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": "6b628092-12cd-48d1-946d-08e736868745",
"PriceBook": "700acfc3-d73d-474f-9329-8382a789e4c0",
"Language": "31b9ebb7-8277-4894-8bac-cb4302421dc7",
"Date": "2026-06-24T04:10:09.2694583Z",
"FrontCover": "c743553e-aff8-483d-b5f0-7cd31fd5cc3b",
"BackCover": "84bc12ba-3c10-40bb-ba33-0fa2d4125873",
"Products": [
"c8362a1b-f717-4a7a-94ed-f28b908c257e",
"63e3e62b-011f-4721-ae96-bc30c3d5dfa9"
],
"Parts": [
"f529d969-498a-45ba-8434-3be51433e1be",
"3bc06450-3d2e-406e-8735-588d0de645f5"
]
}
text/html
Sample:
{"Currency":"6b628092-12cd-48d1-946d-08e736868745","PriceBook":"700acfc3-d73d-474f-9329-8382a789e4c0","Language":"31b9ebb7-8277-4894-8bac-cb4302421dc7","Date":"2026-06-24T04:10:09.2694583Z","FrontCover":"c743553e-aff8-483d-b5f0-7cd31fd5cc3b","BackCover":"84bc12ba-3c10-40bb-ba33-0fa2d4125873","Products":["c8362a1b-f717-4a7a-94ed-f28b908c257e","63e3e62b-011f-4721-ae96-bc30c3d5dfa9"],"Parts":["f529d969-498a-45ba-8434-3be51433e1be","3bc06450-3d2e-406e-8735-588d0de645f5"]}
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>84bc12ba-3c10-40bb-ba33-0fa2d4125873</BackCover>
<Currency>6b628092-12cd-48d1-946d-08e736868745</Currency>
<Date>2026-06-24T04:10:09.2694583+00:00</Date>
<FrontCover>c743553e-aff8-483d-b5f0-7cd31fd5cc3b</FrontCover>
<Language>31b9ebb7-8277-4894-8bac-cb4302421dc7</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f529d969-498a-45ba-8434-3be51433e1be</d2p1:guid>
<d2p1:guid>3bc06450-3d2e-406e-8735-588d0de645f5</d2p1:guid>
</Parts>
<PriceBook>700acfc3-d73d-474f-9329-8382a789e4c0</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c8362a1b-f717-4a7a-94ed-f28b908c257e</d2p1:guid>
<d2p1:guid>63e3e62b-011f-4721-ae96-bc30c3d5dfa9</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:
"18d6498d-fd26-4c11-8682-4cb3476a25f9"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">18d6498d-fd26-4c11-8682-4cb3476a25f9</guid>