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": "835f238a-5cb7-4f8e-bc56-ee81527fd0a5",
"PriceBook": "ce857b5a-edf8-468e-a041-09dc47aa2ee4",
"Language": "f50cbfc8-e66c-462d-ae1a-653f7c38aa0b",
"Date": "2025-11-27T14:09:27.5802549Z",
"FrontCover": "3702c7a7-f392-47e8-8d53-9a5182a7b59c",
"BackCover": "3bf609d4-8d86-429e-a8b2-4ac4e13ab6bd",
"Products": [
"fa2a4c71-61cf-4fa6-b742-6a6e29e17f3c",
"1bc6017d-b100-4627-8309-28ad42b5d05c"
],
"Parts": [
"72352e19-235b-4ef6-ac54-f209629c2e7d",
"20213272-34d4-463c-a1c0-7e47429fbe59"
]
}
text/html
Sample:
{"Currency":"835f238a-5cb7-4f8e-bc56-ee81527fd0a5","PriceBook":"ce857b5a-edf8-468e-a041-09dc47aa2ee4","Language":"f50cbfc8-e66c-462d-ae1a-653f7c38aa0b","Date":"2025-11-27T14:09:27.5802549Z","FrontCover":"3702c7a7-f392-47e8-8d53-9a5182a7b59c","BackCover":"3bf609d4-8d86-429e-a8b2-4ac4e13ab6bd","Products":["fa2a4c71-61cf-4fa6-b742-6a6e29e17f3c","1bc6017d-b100-4627-8309-28ad42b5d05c"],"Parts":["72352e19-235b-4ef6-ac54-f209629c2e7d","20213272-34d4-463c-a1c0-7e47429fbe59"]}
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>3bf609d4-8d86-429e-a8b2-4ac4e13ab6bd</BackCover>
<Currency>835f238a-5cb7-4f8e-bc56-ee81527fd0a5</Currency>
<Date>2025-11-27T14:09:27.5802549+00:00</Date>
<FrontCover>3702c7a7-f392-47e8-8d53-9a5182a7b59c</FrontCover>
<Language>f50cbfc8-e66c-462d-ae1a-653f7c38aa0b</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>72352e19-235b-4ef6-ac54-f209629c2e7d</d2p1:guid>
<d2p1:guid>20213272-34d4-463c-a1c0-7e47429fbe59</d2p1:guid>
</Parts>
<PriceBook>ce857b5a-edf8-468e-a041-09dc47aa2ee4</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fa2a4c71-61cf-4fa6-b742-6a6e29e17f3c</d2p1:guid>
<d2p1:guid>1bc6017d-b100-4627-8309-28ad42b5d05c</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:
"8a2bf373-6819-4ef7-97c5-4f2388fb3d76"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8a2bf373-6819-4ef7-97c5-4f2388fb3d76</guid>