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": "55b556fa-0d04-4dd6-800c-46dec5fb2765",
"PriceBook": "34e519cd-08e7-46b8-927d-6fa327e50ca3",
"Language": "f9457b01-7e14-4bf5-ae2c-4c9ac2f46152",
"Date": "2026-04-29T15:57:36.3371827Z",
"FrontCover": "2b82e16a-631a-44d5-b295-73985a73132f",
"BackCover": "ac1f1650-c294-4ae9-9490-619f46cc9952",
"Products": [
"9b95d211-c021-4dfa-b137-d6594f797b4c",
"4eeafc1d-704b-46e1-bf09-3402cba3cc41"
],
"Parts": [
"463cf2e7-c679-488a-8a09-5a7a8b18f2a5",
"f513d7fe-82d1-4d75-9b57-116937aaab09"
]
}
text/html
Sample:
{"Currency":"55b556fa-0d04-4dd6-800c-46dec5fb2765","PriceBook":"34e519cd-08e7-46b8-927d-6fa327e50ca3","Language":"f9457b01-7e14-4bf5-ae2c-4c9ac2f46152","Date":"2026-04-29T15:57:36.3371827Z","FrontCover":"2b82e16a-631a-44d5-b295-73985a73132f","BackCover":"ac1f1650-c294-4ae9-9490-619f46cc9952","Products":["9b95d211-c021-4dfa-b137-d6594f797b4c","4eeafc1d-704b-46e1-bf09-3402cba3cc41"],"Parts":["463cf2e7-c679-488a-8a09-5a7a8b18f2a5","f513d7fe-82d1-4d75-9b57-116937aaab09"]}
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>ac1f1650-c294-4ae9-9490-619f46cc9952</BackCover>
<Currency>55b556fa-0d04-4dd6-800c-46dec5fb2765</Currency>
<Date>2026-04-29T15:57:36.3371827+00:00</Date>
<FrontCover>2b82e16a-631a-44d5-b295-73985a73132f</FrontCover>
<Language>f9457b01-7e14-4bf5-ae2c-4c9ac2f46152</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>463cf2e7-c679-488a-8a09-5a7a8b18f2a5</d2p1:guid>
<d2p1:guid>f513d7fe-82d1-4d75-9b57-116937aaab09</d2p1:guid>
</Parts>
<PriceBook>34e519cd-08e7-46b8-927d-6fa327e50ca3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9b95d211-c021-4dfa-b137-d6594f797b4c</d2p1:guid>
<d2p1:guid>4eeafc1d-704b-46e1-bf09-3402cba3cc41</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:
"fbedf4b2-c107-4e72-9f74-3e3423bbdea5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">fbedf4b2-c107-4e72-9f74-3e3423bbdea5</guid>