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": "ffc9a443-a504-4e61-99d9-a88cc4070a02",
"PriceBook": "c24115dc-90e4-49c4-bbd1-e3b873ca0b05",
"Language": "73214ca3-2663-45cb-92d1-1efdb3555b0d",
"Date": "2026-09-12T02:15:16.1366739Z",
"FrontCover": "965938d2-ed9f-4a57-8d56-38fb834dc31a",
"BackCover": "fb24950a-cc51-4528-9014-e58478398c04",
"Products": [
"2fb0dc1d-b50f-494f-b563-bd4f0c2c16fa",
"b05fdf88-2915-4cdc-a898-f9236a24920e"
],
"Parts": [
"af121654-d19e-41a8-8074-620094c193c9",
"679d0a51-d302-4026-b10a-207319c4a9a2"
]
}
text/html
Sample:
{"Currency":"ffc9a443-a504-4e61-99d9-a88cc4070a02","PriceBook":"c24115dc-90e4-49c4-bbd1-e3b873ca0b05","Language":"73214ca3-2663-45cb-92d1-1efdb3555b0d","Date":"2026-09-12T02:15:16.1366739Z","FrontCover":"965938d2-ed9f-4a57-8d56-38fb834dc31a","BackCover":"fb24950a-cc51-4528-9014-e58478398c04","Products":["2fb0dc1d-b50f-494f-b563-bd4f0c2c16fa","b05fdf88-2915-4cdc-a898-f9236a24920e"],"Parts":["af121654-d19e-41a8-8074-620094c193c9","679d0a51-d302-4026-b10a-207319c4a9a2"]}
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>fb24950a-cc51-4528-9014-e58478398c04</BackCover>
<Currency>ffc9a443-a504-4e61-99d9-a88cc4070a02</Currency>
<Date>2026-09-12T02:15:16.1366739+00:00</Date>
<FrontCover>965938d2-ed9f-4a57-8d56-38fb834dc31a</FrontCover>
<Language>73214ca3-2663-45cb-92d1-1efdb3555b0d</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>af121654-d19e-41a8-8074-620094c193c9</d2p1:guid>
<d2p1:guid>679d0a51-d302-4026-b10a-207319c4a9a2</d2p1:guid>
</Parts>
<PriceBook>c24115dc-90e4-49c4-bbd1-e3b873ca0b05</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2fb0dc1d-b50f-494f-b563-bd4f0c2c16fa</d2p1:guid>
<d2p1:guid>b05fdf88-2915-4cdc-a898-f9236a24920e</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:
"b9db9d2d-40cd-495b-8873-c010c0c99d62"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b9db9d2d-40cd-495b-8873-c010c0c99d62</guid>