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": "bf7ebce6-4d1a-4bce-bfb8-496c58d0aa3f",
"PriceBook": "a4d88b2a-b7e3-4a96-82ba-ff23f52162f8",
"Language": "9c3d74a6-b02d-42e4-89b1-65a9d0b5ea4e",
"Date": "2025-11-24T18:31:15.5881691Z",
"FrontCover": "dfa5ac13-1b09-4953-8cf7-9fbc16ecdd51",
"BackCover": "d3655fe0-782a-4570-a5a8-33c4a4c101d5",
"Products": [
"6f33dfc8-0279-4880-b2f1-472c54ad9aa6",
"9b82d55b-2ec4-4153-a0f3-a8dc2be10a6f"
],
"Parts": [
"c1220330-3890-49fc-a9e6-2ada0bf471ae",
"df1f4fb5-0a01-4504-b030-ab8d1cf436da"
]
}
text/html
Sample:
{"Currency":"bf7ebce6-4d1a-4bce-bfb8-496c58d0aa3f","PriceBook":"a4d88b2a-b7e3-4a96-82ba-ff23f52162f8","Language":"9c3d74a6-b02d-42e4-89b1-65a9d0b5ea4e","Date":"2025-11-24T18:31:15.5881691Z","FrontCover":"dfa5ac13-1b09-4953-8cf7-9fbc16ecdd51","BackCover":"d3655fe0-782a-4570-a5a8-33c4a4c101d5","Products":["6f33dfc8-0279-4880-b2f1-472c54ad9aa6","9b82d55b-2ec4-4153-a0f3-a8dc2be10a6f"],"Parts":["c1220330-3890-49fc-a9e6-2ada0bf471ae","df1f4fb5-0a01-4504-b030-ab8d1cf436da"]}
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>d3655fe0-782a-4570-a5a8-33c4a4c101d5</BackCover>
<Currency>bf7ebce6-4d1a-4bce-bfb8-496c58d0aa3f</Currency>
<Date>2025-11-24T18:31:15.5881691+00:00</Date>
<FrontCover>dfa5ac13-1b09-4953-8cf7-9fbc16ecdd51</FrontCover>
<Language>9c3d74a6-b02d-42e4-89b1-65a9d0b5ea4e</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c1220330-3890-49fc-a9e6-2ada0bf471ae</d2p1:guid>
<d2p1:guid>df1f4fb5-0a01-4504-b030-ab8d1cf436da</d2p1:guid>
</Parts>
<PriceBook>a4d88b2a-b7e3-4a96-82ba-ff23f52162f8</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6f33dfc8-0279-4880-b2f1-472c54ad9aa6</d2p1:guid>
<d2p1:guid>9b82d55b-2ec4-4153-a0f3-a8dc2be10a6f</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:
"ec9c0048-2123-4d0b-8cef-8614dc671309"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ec9c0048-2123-4d0b-8cef-8614dc671309</guid>