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": "9efdd0b9-b377-425e-8e8c-c3ae2057f0c1",
"PriceBook": "abdfdb16-7727-4eb8-9750-9aeade11d770",
"Language": "3a4275f4-7e9a-4f77-9577-5969f374eba9",
"Date": "2026-07-10T15:54:23.9513596Z",
"FrontCover": "7336123d-381b-40fa-9295-050e3fdd304b",
"BackCover": "8375314c-d286-401a-a3d2-cec841416171",
"Products": [
"249b5bd1-2c78-4908-923a-8d3abeb7b969",
"4d095681-d898-4ee5-8e13-961ce6288ae2"
],
"Parts": [
"7fb889d7-742d-4c31-9cd8-5218b2921d3a",
"97d98672-3e02-4053-a64e-55e1e8514a8c"
]
}
text/html
Sample:
{"Currency":"9efdd0b9-b377-425e-8e8c-c3ae2057f0c1","PriceBook":"abdfdb16-7727-4eb8-9750-9aeade11d770","Language":"3a4275f4-7e9a-4f77-9577-5969f374eba9","Date":"2026-07-10T15:54:23.9513596Z","FrontCover":"7336123d-381b-40fa-9295-050e3fdd304b","BackCover":"8375314c-d286-401a-a3d2-cec841416171","Products":["249b5bd1-2c78-4908-923a-8d3abeb7b969","4d095681-d898-4ee5-8e13-961ce6288ae2"],"Parts":["7fb889d7-742d-4c31-9cd8-5218b2921d3a","97d98672-3e02-4053-a64e-55e1e8514a8c"]}
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>8375314c-d286-401a-a3d2-cec841416171</BackCover>
<Currency>9efdd0b9-b377-425e-8e8c-c3ae2057f0c1</Currency>
<Date>2026-07-10T15:54:23.9513596+00:00</Date>
<FrontCover>7336123d-381b-40fa-9295-050e3fdd304b</FrontCover>
<Language>3a4275f4-7e9a-4f77-9577-5969f374eba9</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7fb889d7-742d-4c31-9cd8-5218b2921d3a</d2p1:guid>
<d2p1:guid>97d98672-3e02-4053-a64e-55e1e8514a8c</d2p1:guid>
</Parts>
<PriceBook>abdfdb16-7727-4eb8-9750-9aeade11d770</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>249b5bd1-2c78-4908-923a-8d3abeb7b969</d2p1:guid>
<d2p1:guid>4d095681-d898-4ee5-8e13-961ce6288ae2</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:
"081fbe49-a628-4fc4-92e1-88d603bfffd2"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">081fbe49-a628-4fc4-92e1-88d603bfffd2</guid>