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.
PriceBookMergeOptionsName | 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": "267be2c3-39ab-4ef4-a753-589e909f3483", "PriceBook": "f21926af-3707-4b6e-a7a8-02b1e51281c8", "Language": "6646763d-f9ef-4a45-b311-80dbf0540c18", "Date": "2025-04-09T03:14:15.5015856Z", "FrontCover": "4e3e9507-31e7-447a-aa09-1e850a135eaa", "BackCover": "5cb2e3a1-4c1a-4f8f-925c-67c61f314ce0", "Products": [ "19dacdac-beff-4c53-9cc0-52e0601a9efd", "f4d1318a-d2e4-45cd-a07b-0e24c3d0fddc" ], "Parts": [ "92e90df7-5c87-414c-aa38-012004b5d5f0", "6e723043-8053-4d7f-86c2-061c75a3ef05" ] }
text/html
Sample:
{"Currency":"267be2c3-39ab-4ef4-a753-589e909f3483","PriceBook":"f21926af-3707-4b6e-a7a8-02b1e51281c8","Language":"6646763d-f9ef-4a45-b311-80dbf0540c18","Date":"2025-04-09T03:14:15.5015856Z","FrontCover":"4e3e9507-31e7-447a-aa09-1e850a135eaa","BackCover":"5cb2e3a1-4c1a-4f8f-925c-67c61f314ce0","Products":["19dacdac-beff-4c53-9cc0-52e0601a9efd","f4d1318a-d2e4-45cd-a07b-0e24c3d0fddc"],"Parts":["92e90df7-5c87-414c-aa38-012004b5d5f0","6e723043-8053-4d7f-86c2-061c75a3ef05"]}
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>5cb2e3a1-4c1a-4f8f-925c-67c61f314ce0</BackCover> <Currency>267be2c3-39ab-4ef4-a753-589e909f3483</Currency> <Date>2025-04-09T03:14:15.5015856+00:00</Date> <FrontCover>4e3e9507-31e7-447a-aa09-1e850a135eaa</FrontCover> <Language>6646763d-f9ef-4a45-b311-80dbf0540c18</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>92e90df7-5c87-414c-aa38-012004b5d5f0</d2p1:guid> <d2p1:guid>6e723043-8053-4d7f-86c2-061c75a3ef05</d2p1:guid> </Parts> <PriceBook>f21926af-3707-4b6e-a7a8-02b1e51281c8</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>19dacdac-beff-4c53-9cc0-52e0601a9efd</d2p1:guid> <d2p1:guid>f4d1318a-d2e4-45cd-a07b-0e24c3d0fddc</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:
"fb8ae5b0-f2b9-4a03-ad3f-fc8f23a93df4"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">fb8ae5b0-f2b9-4a03-ad3f-fc8f23a93df4</guid>