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": "76ad582f-e539-4d71-850b-8fe92d5c35c2",
"PriceBook": "dd9fb061-c200-40ce-ab95-4dfd0a9cbd73",
"Language": "0733a123-03b0-430c-be04-95840c8701db",
"Date": "2025-11-25T01:24:43.9194964Z",
"FrontCover": "541666b5-9d47-441d-82e7-76b9b2bc4202",
"BackCover": "84d5d2a9-98e0-4729-8b06-70d73ff77b84",
"Products": [
"1f07b3d8-df19-4443-a50b-8486a8754bdc",
"8142d15c-51db-44f6-9f2b-cba1b94e1775"
],
"Parts": [
"4bfc6a28-24c6-401d-86b7-1036f9b7ab93",
"cc02c3df-d311-464c-b63d-e8a970cbcd27"
]
}
text/html
Sample:
{"Currency":"76ad582f-e539-4d71-850b-8fe92d5c35c2","PriceBook":"dd9fb061-c200-40ce-ab95-4dfd0a9cbd73","Language":"0733a123-03b0-430c-be04-95840c8701db","Date":"2025-11-25T01:24:43.9194964Z","FrontCover":"541666b5-9d47-441d-82e7-76b9b2bc4202","BackCover":"84d5d2a9-98e0-4729-8b06-70d73ff77b84","Products":["1f07b3d8-df19-4443-a50b-8486a8754bdc","8142d15c-51db-44f6-9f2b-cba1b94e1775"],"Parts":["4bfc6a28-24c6-401d-86b7-1036f9b7ab93","cc02c3df-d311-464c-b63d-e8a970cbcd27"]}
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>84d5d2a9-98e0-4729-8b06-70d73ff77b84</BackCover>
<Currency>76ad582f-e539-4d71-850b-8fe92d5c35c2</Currency>
<Date>2025-11-25T01:24:43.9194964+00:00</Date>
<FrontCover>541666b5-9d47-441d-82e7-76b9b2bc4202</FrontCover>
<Language>0733a123-03b0-430c-be04-95840c8701db</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4bfc6a28-24c6-401d-86b7-1036f9b7ab93</d2p1:guid>
<d2p1:guid>cc02c3df-d311-464c-b63d-e8a970cbcd27</d2p1:guid>
</Parts>
<PriceBook>dd9fb061-c200-40ce-ab95-4dfd0a9cbd73</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1f07b3d8-df19-4443-a50b-8486a8754bdc</d2p1:guid>
<d2p1:guid>8142d15c-51db-44f6-9f2b-cba1b94e1775</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:
"ab800d85-0f39-4855-a8e0-0c891018bf68"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ab800d85-0f39-4855-a8e0-0c891018bf68</guid>