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": "6135d37b-434c-468d-b565-a22222a976dc",
"PriceBook": "76ef081f-1a15-4312-9daf-d76509f1e1e1",
"Language": "002d8da8-0155-45f4-b656-d92ad4a587e2",
"Date": "2026-09-03T11:38:06.6028512Z",
"FrontCover": "0b20b145-364a-459a-a9cc-ed6c2238b4cc",
"BackCover": "660ea93f-0428-42f5-87ed-95d6ae38146c",
"Products": [
"308431fb-c8bd-4231-933a-5c94a120ba97",
"63d35586-aeb3-4a58-9655-1e5f824a44e2"
],
"Parts": [
"812a8f22-8d1c-42a5-a480-0e8b8b684745",
"17f6d5fe-db17-4f5b-8a08-0f582f53e738"
]
}
text/html
Sample:
{"Currency":"6135d37b-434c-468d-b565-a22222a976dc","PriceBook":"76ef081f-1a15-4312-9daf-d76509f1e1e1","Language":"002d8da8-0155-45f4-b656-d92ad4a587e2","Date":"2026-09-03T11:38:06.6028512Z","FrontCover":"0b20b145-364a-459a-a9cc-ed6c2238b4cc","BackCover":"660ea93f-0428-42f5-87ed-95d6ae38146c","Products":["308431fb-c8bd-4231-933a-5c94a120ba97","63d35586-aeb3-4a58-9655-1e5f824a44e2"],"Parts":["812a8f22-8d1c-42a5-a480-0e8b8b684745","17f6d5fe-db17-4f5b-8a08-0f582f53e738"]}
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>660ea93f-0428-42f5-87ed-95d6ae38146c</BackCover>
<Currency>6135d37b-434c-468d-b565-a22222a976dc</Currency>
<Date>2026-09-03T11:38:06.6028512+00:00</Date>
<FrontCover>0b20b145-364a-459a-a9cc-ed6c2238b4cc</FrontCover>
<Language>002d8da8-0155-45f4-b656-d92ad4a587e2</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>812a8f22-8d1c-42a5-a480-0e8b8b684745</d2p1:guid>
<d2p1:guid>17f6d5fe-db17-4f5b-8a08-0f582f53e738</d2p1:guid>
</Parts>
<PriceBook>76ef081f-1a15-4312-9daf-d76509f1e1e1</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>308431fb-c8bd-4231-933a-5c94a120ba97</d2p1:guid>
<d2p1:guid>63d35586-aeb3-4a58-9655-1e5f824a44e2</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:
"68db5a99-f37c-473e-bc29-7512fe987119"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">68db5a99-f37c-473e-bc29-7512fe987119</guid>