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": "59ebabce-7af3-4fd2-b014-e2bb5ce2dba4",
"PriceBook": "f763c6a0-e172-4322-91fd-8b5dec62acd4",
"Language": "9077f05a-ddb3-46b0-ab2d-922757a1b91e",
"Date": "2026-04-30T05:59:20.0975412Z",
"FrontCover": "fc8f4057-0707-4566-aa83-4c75b0c4f6ff",
"BackCover": "3e4f2230-feaa-4c67-af1a-bc48311df167",
"Products": [
"7c0fe979-236b-4892-97e0-8fd89d881c22",
"cae47640-6cba-44e0-8241-39327436e1e8"
],
"Parts": [
"b0e99732-9390-4d39-9b0a-76190d3de342",
"c3425c82-1809-4e11-85f3-78f8b27ba43b"
]
}
text/html
Sample:
{"Currency":"59ebabce-7af3-4fd2-b014-e2bb5ce2dba4","PriceBook":"f763c6a0-e172-4322-91fd-8b5dec62acd4","Language":"9077f05a-ddb3-46b0-ab2d-922757a1b91e","Date":"2026-04-30T05:59:20.0975412Z","FrontCover":"fc8f4057-0707-4566-aa83-4c75b0c4f6ff","BackCover":"3e4f2230-feaa-4c67-af1a-bc48311df167","Products":["7c0fe979-236b-4892-97e0-8fd89d881c22","cae47640-6cba-44e0-8241-39327436e1e8"],"Parts":["b0e99732-9390-4d39-9b0a-76190d3de342","c3425c82-1809-4e11-85f3-78f8b27ba43b"]}
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>3e4f2230-feaa-4c67-af1a-bc48311df167</BackCover>
<Currency>59ebabce-7af3-4fd2-b014-e2bb5ce2dba4</Currency>
<Date>2026-04-30T05:59:20.0975412+00:00</Date>
<FrontCover>fc8f4057-0707-4566-aa83-4c75b0c4f6ff</FrontCover>
<Language>9077f05a-ddb3-46b0-ab2d-922757a1b91e</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b0e99732-9390-4d39-9b0a-76190d3de342</d2p1:guid>
<d2p1:guid>c3425c82-1809-4e11-85f3-78f8b27ba43b</d2p1:guid>
</Parts>
<PriceBook>f763c6a0-e172-4322-91fd-8b5dec62acd4</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7c0fe979-236b-4892-97e0-8fd89d881c22</d2p1:guid>
<d2p1:guid>cae47640-6cba-44e0-8241-39327436e1e8</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:
"03e42f75-753d-4113-a11e-f798bdbdbe29"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">03e42f75-753d-4113-a11e-f798bdbdbe29</guid>