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": "58a3d2d4-9c37-4b78-b78d-419b8fd182a8",
"PriceBook": "dbff6575-b58b-4346-95e7-fcd1431993e3",
"Language": "83039b39-389a-4d78-9ad2-87ee5216dcf5",
"Date": "2026-08-21T08:56:52.2076311Z",
"FrontCover": "41fca717-dd30-46ee-9452-a47935ac6939",
"BackCover": "47137e12-8d22-48c2-83e6-1f38d5fd7c47",
"Products": [
"1accc49d-59f9-4636-9811-078d067812ef",
"57b07546-9228-4ce2-a79a-9a58332c8424"
],
"Parts": [
"2db1bab9-b4c7-4e6f-8db5-a74056b1620c",
"0652087b-d463-4ce1-ac68-f8dedda38d7a"
]
}
text/html
Sample:
{"Currency":"58a3d2d4-9c37-4b78-b78d-419b8fd182a8","PriceBook":"dbff6575-b58b-4346-95e7-fcd1431993e3","Language":"83039b39-389a-4d78-9ad2-87ee5216dcf5","Date":"2026-08-21T08:56:52.2076311Z","FrontCover":"41fca717-dd30-46ee-9452-a47935ac6939","BackCover":"47137e12-8d22-48c2-83e6-1f38d5fd7c47","Products":["1accc49d-59f9-4636-9811-078d067812ef","57b07546-9228-4ce2-a79a-9a58332c8424"],"Parts":["2db1bab9-b4c7-4e6f-8db5-a74056b1620c","0652087b-d463-4ce1-ac68-f8dedda38d7a"]}
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>47137e12-8d22-48c2-83e6-1f38d5fd7c47</BackCover>
<Currency>58a3d2d4-9c37-4b78-b78d-419b8fd182a8</Currency>
<Date>2026-08-21T08:56:52.2076311+00:00</Date>
<FrontCover>41fca717-dd30-46ee-9452-a47935ac6939</FrontCover>
<Language>83039b39-389a-4d78-9ad2-87ee5216dcf5</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2db1bab9-b4c7-4e6f-8db5-a74056b1620c</d2p1:guid>
<d2p1:guid>0652087b-d463-4ce1-ac68-f8dedda38d7a</d2p1:guid>
</Parts>
<PriceBook>dbff6575-b58b-4346-95e7-fcd1431993e3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1accc49d-59f9-4636-9811-078d067812ef</d2p1:guid>
<d2p1:guid>57b07546-9228-4ce2-a79a-9a58332c8424</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:
"532a1a20-72ec-4d9d-8bef-5e04994a8adf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">532a1a20-72ec-4d9d-8bef-5e04994a8adf</guid>