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": "b879ea95-b6d7-4f05-be80-c0a81bc9c53b",
"PriceBook": "768d99b4-5f33-431c-8481-b7d6f0c41d7e",
"Language": "580f50f6-0b64-4345-8ba7-69176753432a",
"Date": "2026-08-22T09:30:18.0037656Z",
"FrontCover": "465f3840-9fba-4c20-b616-c59367dfdf9c",
"BackCover": "6a746652-d4c1-4ed2-9829-f535346dd590",
"Products": [
"cc61705c-3fa0-4ba3-b09f-3a3c6031b931",
"67b57638-4a3a-4359-b753-3cf03b42b237"
],
"Parts": [
"e4379afa-3bd5-413f-8f99-41c8696f87e1",
"55df1052-0264-4480-8b2b-485e8750afa6"
]
}
text/html
Sample:
{"Currency":"b879ea95-b6d7-4f05-be80-c0a81bc9c53b","PriceBook":"768d99b4-5f33-431c-8481-b7d6f0c41d7e","Language":"580f50f6-0b64-4345-8ba7-69176753432a","Date":"2026-08-22T09:30:18.0037656Z","FrontCover":"465f3840-9fba-4c20-b616-c59367dfdf9c","BackCover":"6a746652-d4c1-4ed2-9829-f535346dd590","Products":["cc61705c-3fa0-4ba3-b09f-3a3c6031b931","67b57638-4a3a-4359-b753-3cf03b42b237"],"Parts":["e4379afa-3bd5-413f-8f99-41c8696f87e1","55df1052-0264-4480-8b2b-485e8750afa6"]}
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>6a746652-d4c1-4ed2-9829-f535346dd590</BackCover>
<Currency>b879ea95-b6d7-4f05-be80-c0a81bc9c53b</Currency>
<Date>2026-08-22T09:30:18.0037656+00:00</Date>
<FrontCover>465f3840-9fba-4c20-b616-c59367dfdf9c</FrontCover>
<Language>580f50f6-0b64-4345-8ba7-69176753432a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e4379afa-3bd5-413f-8f99-41c8696f87e1</d2p1:guid>
<d2p1:guid>55df1052-0264-4480-8b2b-485e8750afa6</d2p1:guid>
</Parts>
<PriceBook>768d99b4-5f33-431c-8481-b7d6f0c41d7e</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cc61705c-3fa0-4ba3-b09f-3a3c6031b931</d2p1:guid>
<d2p1:guid>67b57638-4a3a-4359-b753-3cf03b42b237</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:
"fe0fffc7-a9b9-4a77-a7b6-5c651dbf946c"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">fe0fffc7-a9b9-4a77-a7b6-5c651dbf946c</guid>