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": "257959b5-1d32-40e7-b27b-c79721e70c69",
"PriceBook": "67232a38-8e2e-41f8-b668-26e553b149fe",
"Language": "53d6c8f9-53c6-401f-b1db-efb8a8b9bd9f",
"Date": "2026-03-14T18:20:27.6882098Z",
"FrontCover": "596a86be-435a-4fbd-97e5-366de27a50e7",
"BackCover": "74168baa-2384-4c96-9956-4d60c55b9a9f",
"Products": [
"6869f043-1cf2-4678-be7d-a7ecbf17d71b",
"c1ef54c0-c570-49e1-8edc-32ee148b64b0"
],
"Parts": [
"f3231f3b-6c1f-40d7-bd1a-c55680a01ef6",
"d5d979d5-75e3-4430-90ee-fce6065a1f13"
]
}
text/html
Sample:
{"Currency":"257959b5-1d32-40e7-b27b-c79721e70c69","PriceBook":"67232a38-8e2e-41f8-b668-26e553b149fe","Language":"53d6c8f9-53c6-401f-b1db-efb8a8b9bd9f","Date":"2026-03-14T18:20:27.6882098Z","FrontCover":"596a86be-435a-4fbd-97e5-366de27a50e7","BackCover":"74168baa-2384-4c96-9956-4d60c55b9a9f","Products":["6869f043-1cf2-4678-be7d-a7ecbf17d71b","c1ef54c0-c570-49e1-8edc-32ee148b64b0"],"Parts":["f3231f3b-6c1f-40d7-bd1a-c55680a01ef6","d5d979d5-75e3-4430-90ee-fce6065a1f13"]}
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>74168baa-2384-4c96-9956-4d60c55b9a9f</BackCover>
<Currency>257959b5-1d32-40e7-b27b-c79721e70c69</Currency>
<Date>2026-03-14T18:20:27.6882098+00:00</Date>
<FrontCover>596a86be-435a-4fbd-97e5-366de27a50e7</FrontCover>
<Language>53d6c8f9-53c6-401f-b1db-efb8a8b9bd9f</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f3231f3b-6c1f-40d7-bd1a-c55680a01ef6</d2p1:guid>
<d2p1:guid>d5d979d5-75e3-4430-90ee-fce6065a1f13</d2p1:guid>
</Parts>
<PriceBook>67232a38-8e2e-41f8-b668-26e553b149fe</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6869f043-1cf2-4678-be7d-a7ecbf17d71b</d2p1:guid>
<d2p1:guid>c1ef54c0-c570-49e1-8edc-32ee148b64b0</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:
"f6186229-de7b-4b20-a641-bce64da5294c"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f6186229-de7b-4b20-a641-bce64da5294c</guid>