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": "2618db39-7492-4149-b2e1-2e4302ca64be",
"PriceBook": "58130e33-192c-4487-a95d-585da73e22d1",
"Language": "d63f668a-f299-4986-a361-df33730d4677",
"Date": "2025-11-28T21:38:31.9299821Z",
"FrontCover": "7c06763c-bb8b-423c-bc07-beca7964b3f1",
"BackCover": "72859eb6-9c3e-4dd7-8237-00048d659cac",
"Products": [
"ccb95477-c5f9-4e9c-a5f2-d730b8b0df53",
"a7deb8cc-8088-4634-88aa-0b1d89d98471"
],
"Parts": [
"fa308c0e-3c53-4fcc-969f-a4fc07613d76",
"94cca746-268c-4c3b-91f9-43c431205589"
]
}
text/html
Sample:
{"Currency":"2618db39-7492-4149-b2e1-2e4302ca64be","PriceBook":"58130e33-192c-4487-a95d-585da73e22d1","Language":"d63f668a-f299-4986-a361-df33730d4677","Date":"2025-11-28T21:38:31.9299821Z","FrontCover":"7c06763c-bb8b-423c-bc07-beca7964b3f1","BackCover":"72859eb6-9c3e-4dd7-8237-00048d659cac","Products":["ccb95477-c5f9-4e9c-a5f2-d730b8b0df53","a7deb8cc-8088-4634-88aa-0b1d89d98471"],"Parts":["fa308c0e-3c53-4fcc-969f-a4fc07613d76","94cca746-268c-4c3b-91f9-43c431205589"]}
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>72859eb6-9c3e-4dd7-8237-00048d659cac</BackCover>
<Currency>2618db39-7492-4149-b2e1-2e4302ca64be</Currency>
<Date>2025-11-28T21:38:31.9299821+00:00</Date>
<FrontCover>7c06763c-bb8b-423c-bc07-beca7964b3f1</FrontCover>
<Language>d63f668a-f299-4986-a361-df33730d4677</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fa308c0e-3c53-4fcc-969f-a4fc07613d76</d2p1:guid>
<d2p1:guid>94cca746-268c-4c3b-91f9-43c431205589</d2p1:guid>
</Parts>
<PriceBook>58130e33-192c-4487-a95d-585da73e22d1</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ccb95477-c5f9-4e9c-a5f2-d730b8b0df53</d2p1:guid>
<d2p1:guid>a7deb8cc-8088-4634-88aa-0b1d89d98471</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:
"1641a234-e809-4bdb-b5c1-477e022d8c7f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1641a234-e809-4bdb-b5c1-477e022d8c7f</guid>