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": "4b9fee19-a82a-4346-8946-92e6826c8a2c",
"PriceBook": "2e34e275-34aa-4bcd-b52d-41c369393626",
"Language": "60752534-32d7-4500-afb7-17cabdd52cc7",
"Date": "2026-05-01T19:16:59.0697484Z",
"FrontCover": "0b5d40b8-272e-4c8e-9032-2426b536f66f",
"BackCover": "07e8b103-a940-47b6-838e-e1da95ca7868",
"Products": [
"5d980525-bc35-4ebb-bc8c-437641091282",
"4fe4577d-35ac-4c3f-b760-96eee5183190"
],
"Parts": [
"fa38784d-bd9b-49e4-9080-20140ea8149b",
"6343f604-2d37-4e12-8199-e4b592805ec2"
]
}
text/html
Sample:
{"Currency":"4b9fee19-a82a-4346-8946-92e6826c8a2c","PriceBook":"2e34e275-34aa-4bcd-b52d-41c369393626","Language":"60752534-32d7-4500-afb7-17cabdd52cc7","Date":"2026-05-01T19:16:59.0697484Z","FrontCover":"0b5d40b8-272e-4c8e-9032-2426b536f66f","BackCover":"07e8b103-a940-47b6-838e-e1da95ca7868","Products":["5d980525-bc35-4ebb-bc8c-437641091282","4fe4577d-35ac-4c3f-b760-96eee5183190"],"Parts":["fa38784d-bd9b-49e4-9080-20140ea8149b","6343f604-2d37-4e12-8199-e4b592805ec2"]}
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>07e8b103-a940-47b6-838e-e1da95ca7868</BackCover>
<Currency>4b9fee19-a82a-4346-8946-92e6826c8a2c</Currency>
<Date>2026-05-01T19:16:59.0697484+00:00</Date>
<FrontCover>0b5d40b8-272e-4c8e-9032-2426b536f66f</FrontCover>
<Language>60752534-32d7-4500-afb7-17cabdd52cc7</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fa38784d-bd9b-49e4-9080-20140ea8149b</d2p1:guid>
<d2p1:guid>6343f604-2d37-4e12-8199-e4b592805ec2</d2p1:guid>
</Parts>
<PriceBook>2e34e275-34aa-4bcd-b52d-41c369393626</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5d980525-bc35-4ebb-bc8c-437641091282</d2p1:guid>
<d2p1:guid>4fe4577d-35ac-4c3f-b760-96eee5183190</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:
"78a4ed57-66b2-425b-999f-1aab1627c397"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">78a4ed57-66b2-425b-999f-1aab1627c397</guid>