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": "b3888f66-1e88-480a-be35-73436df52e22",
"PriceBook": "69694a5c-fff4-44ac-80e5-03d0eb369f3d",
"Language": "ae42fb1f-32e6-4a40-ae97-eaf91d1a7047",
"Date": "2026-05-13T10:01:08.650959Z",
"FrontCover": "b692c089-ef5c-46ca-91e6-95f1c7309e6b",
"BackCover": "18634b6c-641d-459f-ad97-7424b2149c7e",
"Products": [
"bbb6aa59-5825-4277-824a-f17c847096a5",
"adae2262-456a-45ef-b3c7-4598d518a6c3"
],
"Parts": [
"ef051f04-3e27-4e60-9407-820db34e5001",
"23cbc1a8-1f49-4d95-8117-83ed32f00cd7"
]
}
text/html
Sample:
{"Currency":"b3888f66-1e88-480a-be35-73436df52e22","PriceBook":"69694a5c-fff4-44ac-80e5-03d0eb369f3d","Language":"ae42fb1f-32e6-4a40-ae97-eaf91d1a7047","Date":"2026-05-13T10:01:08.650959Z","FrontCover":"b692c089-ef5c-46ca-91e6-95f1c7309e6b","BackCover":"18634b6c-641d-459f-ad97-7424b2149c7e","Products":["bbb6aa59-5825-4277-824a-f17c847096a5","adae2262-456a-45ef-b3c7-4598d518a6c3"],"Parts":["ef051f04-3e27-4e60-9407-820db34e5001","23cbc1a8-1f49-4d95-8117-83ed32f00cd7"]}
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>18634b6c-641d-459f-ad97-7424b2149c7e</BackCover>
<Currency>b3888f66-1e88-480a-be35-73436df52e22</Currency>
<Date>2026-05-13T10:01:08.650959+00:00</Date>
<FrontCover>b692c089-ef5c-46ca-91e6-95f1c7309e6b</FrontCover>
<Language>ae42fb1f-32e6-4a40-ae97-eaf91d1a7047</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ef051f04-3e27-4e60-9407-820db34e5001</d2p1:guid>
<d2p1:guid>23cbc1a8-1f49-4d95-8117-83ed32f00cd7</d2p1:guid>
</Parts>
<PriceBook>69694a5c-fff4-44ac-80e5-03d0eb369f3d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>bbb6aa59-5825-4277-824a-f17c847096a5</d2p1:guid>
<d2p1:guid>adae2262-456a-45ef-b3c7-4598d518a6c3</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:
"128dd354-0b6a-4911-8323-83683d50ff15"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">128dd354-0b6a-4911-8323-83683d50ff15</guid>