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": "190be7c0-31c5-459c-ba74-0dec87176b4f",
"PriceBook": "dac3c6d4-fd01-438e-9bb6-d08e79fdbb7e",
"Language": "ac5a72db-d88f-4b53-834a-49c0e4c81d42",
"Date": "2026-04-19T03:22:09.5550935Z",
"FrontCover": "88b6ade5-acc0-49ee-a4ef-731acd742e7a",
"BackCover": "722f6717-9c3d-4c2a-86ee-2fdece9d0c06",
"Products": [
"9c11161f-c55d-420f-ab43-9c789c58b35f",
"f1e867fa-5c8e-4071-a713-043b042b7bd9"
],
"Parts": [
"b3db778a-2c3f-4158-a8dc-218e74a41670",
"2a9a92bd-4c41-44b0-93b2-3edd04b6daff"
]
}
text/html
Sample:
{"Currency":"190be7c0-31c5-459c-ba74-0dec87176b4f","PriceBook":"dac3c6d4-fd01-438e-9bb6-d08e79fdbb7e","Language":"ac5a72db-d88f-4b53-834a-49c0e4c81d42","Date":"2026-04-19T03:22:09.5550935Z","FrontCover":"88b6ade5-acc0-49ee-a4ef-731acd742e7a","BackCover":"722f6717-9c3d-4c2a-86ee-2fdece9d0c06","Products":["9c11161f-c55d-420f-ab43-9c789c58b35f","f1e867fa-5c8e-4071-a713-043b042b7bd9"],"Parts":["b3db778a-2c3f-4158-a8dc-218e74a41670","2a9a92bd-4c41-44b0-93b2-3edd04b6daff"]}
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>722f6717-9c3d-4c2a-86ee-2fdece9d0c06</BackCover>
<Currency>190be7c0-31c5-459c-ba74-0dec87176b4f</Currency>
<Date>2026-04-19T03:22:09.5550935+00:00</Date>
<FrontCover>88b6ade5-acc0-49ee-a4ef-731acd742e7a</FrontCover>
<Language>ac5a72db-d88f-4b53-834a-49c0e4c81d42</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b3db778a-2c3f-4158-a8dc-218e74a41670</d2p1:guid>
<d2p1:guid>2a9a92bd-4c41-44b0-93b2-3edd04b6daff</d2p1:guid>
</Parts>
<PriceBook>dac3c6d4-fd01-438e-9bb6-d08e79fdbb7e</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9c11161f-c55d-420f-ab43-9c789c58b35f</d2p1:guid>
<d2p1:guid>f1e867fa-5c8e-4071-a713-043b042b7bd9</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:
"6dd1bdc5-b3be-483c-913c-7d776ddfd4c4"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6dd1bdc5-b3be-483c-913c-7d776ddfd4c4</guid>