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": "e9b7056b-65d5-48ec-95d9-2fb76d78feec",
"PriceBook": "b0094575-6993-4dba-8657-fe41acd0e2de",
"Language": "8ec7988d-4aa7-40b4-b4dd-f3afcdb82255",
"Date": "2026-07-03T07:45:13.1177819Z",
"FrontCover": "466f4cae-9654-4506-b928-e703f7a0396d",
"BackCover": "8d9e5669-269d-4849-935b-f29108701684",
"Products": [
"ed68b44d-a448-42e1-a3bc-c3d85d71ab3c",
"f6c4dce5-9fb5-4049-926e-f841e79e91fa"
],
"Parts": [
"72722612-94c1-4033-bea7-2ed043b147bf",
"8fb8d6dc-1865-463d-9346-5113ebcf3624"
]
}
text/html
Sample:
{"Currency":"e9b7056b-65d5-48ec-95d9-2fb76d78feec","PriceBook":"b0094575-6993-4dba-8657-fe41acd0e2de","Language":"8ec7988d-4aa7-40b4-b4dd-f3afcdb82255","Date":"2026-07-03T07:45:13.1177819Z","FrontCover":"466f4cae-9654-4506-b928-e703f7a0396d","BackCover":"8d9e5669-269d-4849-935b-f29108701684","Products":["ed68b44d-a448-42e1-a3bc-c3d85d71ab3c","f6c4dce5-9fb5-4049-926e-f841e79e91fa"],"Parts":["72722612-94c1-4033-bea7-2ed043b147bf","8fb8d6dc-1865-463d-9346-5113ebcf3624"]}
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>8d9e5669-269d-4849-935b-f29108701684</BackCover>
<Currency>e9b7056b-65d5-48ec-95d9-2fb76d78feec</Currency>
<Date>2026-07-03T07:45:13.1177819+00:00</Date>
<FrontCover>466f4cae-9654-4506-b928-e703f7a0396d</FrontCover>
<Language>8ec7988d-4aa7-40b4-b4dd-f3afcdb82255</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>72722612-94c1-4033-bea7-2ed043b147bf</d2p1:guid>
<d2p1:guid>8fb8d6dc-1865-463d-9346-5113ebcf3624</d2p1:guid>
</Parts>
<PriceBook>b0094575-6993-4dba-8657-fe41acd0e2de</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ed68b44d-a448-42e1-a3bc-c3d85d71ab3c</d2p1:guid>
<d2p1:guid>f6c4dce5-9fb5-4049-926e-f841e79e91fa</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:
"d9ab9d10-8d8a-4b59-bd84-c29579a7c8cf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d9ab9d10-8d8a-4b59-bd84-c29579a7c8cf</guid>