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": "3d4ee47f-adb7-46b8-9fd1-e053269c769e",
"PriceBook": "b7f39399-96a6-4e94-a5ac-0375587db736",
"Language": "62f10b75-810e-43d4-a7a8-35377eb7f9e0",
"Date": "2026-05-20T01:55:02.0091987Z",
"FrontCover": "c7800b87-7e74-48a3-8649-70d81d77f99c",
"BackCover": "24286fcc-ba73-4cf8-ac2d-e4d8ce308269",
"Products": [
"951dd0e8-8914-4a52-af80-30367ef2942a",
"b723e4f8-4eb4-406e-a91b-ba1b71dcf893"
],
"Parts": [
"c116973a-7ad6-450b-8841-f8e3b852c65d",
"7452d0c2-90bc-4fb1-984f-9340247b649a"
]
}
text/html
Sample:
{"Currency":"3d4ee47f-adb7-46b8-9fd1-e053269c769e","PriceBook":"b7f39399-96a6-4e94-a5ac-0375587db736","Language":"62f10b75-810e-43d4-a7a8-35377eb7f9e0","Date":"2026-05-20T01:55:02.0091987Z","FrontCover":"c7800b87-7e74-48a3-8649-70d81d77f99c","BackCover":"24286fcc-ba73-4cf8-ac2d-e4d8ce308269","Products":["951dd0e8-8914-4a52-af80-30367ef2942a","b723e4f8-4eb4-406e-a91b-ba1b71dcf893"],"Parts":["c116973a-7ad6-450b-8841-f8e3b852c65d","7452d0c2-90bc-4fb1-984f-9340247b649a"]}
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>24286fcc-ba73-4cf8-ac2d-e4d8ce308269</BackCover>
<Currency>3d4ee47f-adb7-46b8-9fd1-e053269c769e</Currency>
<Date>2026-05-20T01:55:02.0091987+00:00</Date>
<FrontCover>c7800b87-7e74-48a3-8649-70d81d77f99c</FrontCover>
<Language>62f10b75-810e-43d4-a7a8-35377eb7f9e0</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c116973a-7ad6-450b-8841-f8e3b852c65d</d2p1:guid>
<d2p1:guid>7452d0c2-90bc-4fb1-984f-9340247b649a</d2p1:guid>
</Parts>
<PriceBook>b7f39399-96a6-4e94-a5ac-0375587db736</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>951dd0e8-8914-4a52-af80-30367ef2942a</d2p1:guid>
<d2p1:guid>b723e4f8-4eb4-406e-a91b-ba1b71dcf893</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:
"2a32a5f4-1378-4da7-bbbe-d4c6e2b45380"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2a32a5f4-1378-4da7-bbbe-d4c6e2b45380</guid>