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": "dc9c2121-0593-4ab1-9bbe-591318733f59",
"PriceBook": "5e5d1a08-003b-46a5-a385-143ba2a8774c",
"Language": "5764b4ba-9e81-4f1c-b122-7949da4bd3f7",
"Date": "2026-08-28T14:13:43.5410352Z",
"FrontCover": "fb50099e-c6fb-47fa-b864-99c33ffd6990",
"BackCover": "2244dd96-316f-4c36-9311-b2ffdd3aa399",
"Products": [
"099caad2-1ffc-4599-a1b6-279138b88f9b",
"2589d72a-f819-4860-bd8b-790691c6963e"
],
"Parts": [
"cd3af49e-48bc-43af-85d6-319b4b74d01b",
"548d8f02-c2bb-4889-8087-8829d0834922"
]
}
text/html
Sample:
{"Currency":"dc9c2121-0593-4ab1-9bbe-591318733f59","PriceBook":"5e5d1a08-003b-46a5-a385-143ba2a8774c","Language":"5764b4ba-9e81-4f1c-b122-7949da4bd3f7","Date":"2026-08-28T14:13:43.5410352Z","FrontCover":"fb50099e-c6fb-47fa-b864-99c33ffd6990","BackCover":"2244dd96-316f-4c36-9311-b2ffdd3aa399","Products":["099caad2-1ffc-4599-a1b6-279138b88f9b","2589d72a-f819-4860-bd8b-790691c6963e"],"Parts":["cd3af49e-48bc-43af-85d6-319b4b74d01b","548d8f02-c2bb-4889-8087-8829d0834922"]}
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>2244dd96-316f-4c36-9311-b2ffdd3aa399</BackCover>
<Currency>dc9c2121-0593-4ab1-9bbe-591318733f59</Currency>
<Date>2026-08-28T14:13:43.5410352+00:00</Date>
<FrontCover>fb50099e-c6fb-47fa-b864-99c33ffd6990</FrontCover>
<Language>5764b4ba-9e81-4f1c-b122-7949da4bd3f7</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cd3af49e-48bc-43af-85d6-319b4b74d01b</d2p1:guid>
<d2p1:guid>548d8f02-c2bb-4889-8087-8829d0834922</d2p1:guid>
</Parts>
<PriceBook>5e5d1a08-003b-46a5-a385-143ba2a8774c</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>099caad2-1ffc-4599-a1b6-279138b88f9b</d2p1:guid>
<d2p1:guid>2589d72a-f819-4860-bd8b-790691c6963e</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:
"e7724042-fe25-4fcb-b540-a569f00a1de4"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e7724042-fe25-4fcb-b540-a569f00a1de4</guid>