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": "cd4f4878-bff1-43ad-80e7-96c05c898b02",
"PriceBook": "b2d0fbaa-e817-41bd-a404-d94de55a711d",
"Language": "ae589bef-7ea2-46df-83dc-bfaa51cb70ea",
"Date": "2026-04-02T06:43:23.8770933Z",
"FrontCover": "4e94dffa-5a43-4005-aaa4-dbd90ead6089",
"BackCover": "b8b4bdf4-054d-483e-9bb4-f566b4ff9e0d",
"Products": [
"88a40bd0-e34e-4676-a84c-aa3870b61d7c",
"5da174a6-4eab-4975-a71a-28ab364fcf24"
],
"Parts": [
"b753bcb6-7c5b-4b1f-9e55-d26915c9042d",
"21b399e7-b25d-4682-a248-026fa0ccda11"
]
}
text/html
Sample:
{"Currency":"cd4f4878-bff1-43ad-80e7-96c05c898b02","PriceBook":"b2d0fbaa-e817-41bd-a404-d94de55a711d","Language":"ae589bef-7ea2-46df-83dc-bfaa51cb70ea","Date":"2026-04-02T06:43:23.8770933Z","FrontCover":"4e94dffa-5a43-4005-aaa4-dbd90ead6089","BackCover":"b8b4bdf4-054d-483e-9bb4-f566b4ff9e0d","Products":["88a40bd0-e34e-4676-a84c-aa3870b61d7c","5da174a6-4eab-4975-a71a-28ab364fcf24"],"Parts":["b753bcb6-7c5b-4b1f-9e55-d26915c9042d","21b399e7-b25d-4682-a248-026fa0ccda11"]}
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>b8b4bdf4-054d-483e-9bb4-f566b4ff9e0d</BackCover>
<Currency>cd4f4878-bff1-43ad-80e7-96c05c898b02</Currency>
<Date>2026-04-02T06:43:23.8770933+00:00</Date>
<FrontCover>4e94dffa-5a43-4005-aaa4-dbd90ead6089</FrontCover>
<Language>ae589bef-7ea2-46df-83dc-bfaa51cb70ea</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b753bcb6-7c5b-4b1f-9e55-d26915c9042d</d2p1:guid>
<d2p1:guid>21b399e7-b25d-4682-a248-026fa0ccda11</d2p1:guid>
</Parts>
<PriceBook>b2d0fbaa-e817-41bd-a404-d94de55a711d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>88a40bd0-e34e-4676-a84c-aa3870b61d7c</d2p1:guid>
<d2p1:guid>5da174a6-4eab-4975-a71a-28ab364fcf24</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:
"4658a78b-9147-4dda-916c-68ab8507ed30"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4658a78b-9147-4dda-916c-68ab8507ed30</guid>