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": "cf8aec27-a973-4bbd-99cb-6279d94fd293",
"PriceBook": "4c05852e-96ca-45d5-9337-0095cfabf484",
"Language": "6110450a-056a-4850-ac88-092c20d8f08f",
"Date": "2026-05-29T15:59:20.1187428Z",
"FrontCover": "3993bd83-cded-420c-a762-6dd0c93f107c",
"BackCover": "ed3fb3cd-cb45-4bb4-9e2f-1e63715a9b4d",
"Products": [
"b761f11a-d134-4e49-899e-779ccc6155ee",
"83a1a008-de4c-4693-949f-57a6003656e0"
],
"Parts": [
"b6b8b56d-86db-4906-814c-0d71b34570d2",
"530d173f-c1e2-495d-8c6d-32b15ee71cdb"
]
}
text/html
Sample:
{"Currency":"cf8aec27-a973-4bbd-99cb-6279d94fd293","PriceBook":"4c05852e-96ca-45d5-9337-0095cfabf484","Language":"6110450a-056a-4850-ac88-092c20d8f08f","Date":"2026-05-29T15:59:20.1187428Z","FrontCover":"3993bd83-cded-420c-a762-6dd0c93f107c","BackCover":"ed3fb3cd-cb45-4bb4-9e2f-1e63715a9b4d","Products":["b761f11a-d134-4e49-899e-779ccc6155ee","83a1a008-de4c-4693-949f-57a6003656e0"],"Parts":["b6b8b56d-86db-4906-814c-0d71b34570d2","530d173f-c1e2-495d-8c6d-32b15ee71cdb"]}
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>ed3fb3cd-cb45-4bb4-9e2f-1e63715a9b4d</BackCover>
<Currency>cf8aec27-a973-4bbd-99cb-6279d94fd293</Currency>
<Date>2026-05-29T15:59:20.1187428+00:00</Date>
<FrontCover>3993bd83-cded-420c-a762-6dd0c93f107c</FrontCover>
<Language>6110450a-056a-4850-ac88-092c20d8f08f</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b6b8b56d-86db-4906-814c-0d71b34570d2</d2p1:guid>
<d2p1:guid>530d173f-c1e2-495d-8c6d-32b15ee71cdb</d2p1:guid>
</Parts>
<PriceBook>4c05852e-96ca-45d5-9337-0095cfabf484</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b761f11a-d134-4e49-899e-779ccc6155ee</d2p1:guid>
<d2p1:guid>83a1a008-de4c-4693-949f-57a6003656e0</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:
"127e215c-71e5-4d8f-acdb-3eb6fb3c4fba"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">127e215c-71e5-4d8f-acdb-3eb6fb3c4fba</guid>