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": "f788220a-3007-43c7-ae95-b54cf576da98",
"PriceBook": "4a7e2da3-6dc5-42eb-9b5a-11b1d5bb4121",
"Language": "49c9ed7e-abd3-4921-af67-8c43522fb79e",
"Date": "2026-04-28T09:03:06.6290207Z",
"FrontCover": "3160ffc6-df5b-4a73-a44c-860e772ea242",
"BackCover": "09aafe81-145a-46ae-b918-e78b405a3e36",
"Products": [
"d327474d-fcf7-4316-8d95-60475ec07cad",
"a382fa27-52a8-408b-ad4b-ba4688319be1"
],
"Parts": [
"504dd55b-8896-4ed2-9ad1-da94bab7099b",
"3e9210ee-2285-4e42-b744-9fd0c8bed51f"
]
}
text/html
Sample:
{"Currency":"f788220a-3007-43c7-ae95-b54cf576da98","PriceBook":"4a7e2da3-6dc5-42eb-9b5a-11b1d5bb4121","Language":"49c9ed7e-abd3-4921-af67-8c43522fb79e","Date":"2026-04-28T09:03:06.6290207Z","FrontCover":"3160ffc6-df5b-4a73-a44c-860e772ea242","BackCover":"09aafe81-145a-46ae-b918-e78b405a3e36","Products":["d327474d-fcf7-4316-8d95-60475ec07cad","a382fa27-52a8-408b-ad4b-ba4688319be1"],"Parts":["504dd55b-8896-4ed2-9ad1-da94bab7099b","3e9210ee-2285-4e42-b744-9fd0c8bed51f"]}
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>09aafe81-145a-46ae-b918-e78b405a3e36</BackCover>
<Currency>f788220a-3007-43c7-ae95-b54cf576da98</Currency>
<Date>2026-04-28T09:03:06.6290207+00:00</Date>
<FrontCover>3160ffc6-df5b-4a73-a44c-860e772ea242</FrontCover>
<Language>49c9ed7e-abd3-4921-af67-8c43522fb79e</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>504dd55b-8896-4ed2-9ad1-da94bab7099b</d2p1:guid>
<d2p1:guid>3e9210ee-2285-4e42-b744-9fd0c8bed51f</d2p1:guid>
</Parts>
<PriceBook>4a7e2da3-6dc5-42eb-9b5a-11b1d5bb4121</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d327474d-fcf7-4316-8d95-60475ec07cad</d2p1:guid>
<d2p1:guid>a382fa27-52a8-408b-ad4b-ba4688319be1</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:
"34b0890b-d6b2-4fb4-8adf-72227d60aaaf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">34b0890b-d6b2-4fb4-8adf-72227d60aaaf</guid>