POST pricebook/merge
Merges a price book.
Request Information
URI
https://scoregroup-dev-api.xaitcpq.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": "0e37cb00-44de-423e-9f07-39c2de3ae2c5", "PriceBook": "dbde3a59-ee9e-4816-879b-73654313b75b", "Language": "224bfa3f-e8e3-4858-83aa-739229d61246", "Date": "2025-08-02T23:12:29.1151322Z", "FrontCover": "b8697141-993a-47e5-a559-c78e533810fc", "BackCover": "0458a90b-8b52-46d8-8fdf-98b4e2d47f83", "Products": [ "771caf70-46d5-439e-80de-644c235d5d5a", "acebd124-699d-4254-8726-d8b0098c7a43" ], "Parts": [ "3f91b60b-5082-4642-92d7-64dd38b88625", "fb9ff424-c211-4389-bff4-adc8f6ee7393" ] }
text/html
Sample:
{"Currency":"0e37cb00-44de-423e-9f07-39c2de3ae2c5","PriceBook":"dbde3a59-ee9e-4816-879b-73654313b75b","Language":"224bfa3f-e8e3-4858-83aa-739229d61246","Date":"2025-08-02T23:12:29.1151322Z","FrontCover":"b8697141-993a-47e5-a559-c78e533810fc","BackCover":"0458a90b-8b52-46d8-8fdf-98b4e2d47f83","Products":["771caf70-46d5-439e-80de-644c235d5d5a","acebd124-699d-4254-8726-d8b0098c7a43"],"Parts":["3f91b60b-5082-4642-92d7-64dd38b88625","fb9ff424-c211-4389-bff4-adc8f6ee7393"]}
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>0458a90b-8b52-46d8-8fdf-98b4e2d47f83</BackCover> <Currency>0e37cb00-44de-423e-9f07-39c2de3ae2c5</Currency> <Date>2025-08-02T23:12:29.1151322+00:00</Date> <FrontCover>b8697141-993a-47e5-a559-c78e533810fc</FrontCover> <Language>224bfa3f-e8e3-4858-83aa-739229d61246</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>3f91b60b-5082-4642-92d7-64dd38b88625</d2p1:guid> <d2p1:guid>fb9ff424-c211-4389-bff4-adc8f6ee7393</d2p1:guid> </Parts> <PriceBook>dbde3a59-ee9e-4816-879b-73654313b75b</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>771caf70-46d5-439e-80de-644c235d5d5a</d2p1:guid> <d2p1:guid>acebd124-699d-4254-8726-d8b0098c7a43</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:
"8c240c5f-1426-4d22-a1d0-70b34bc4dd93"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8c240c5f-1426-4d22-a1d0-70b34bc4dd93</guid>