POST pricebook/merge
Merges a price book.
Request Information
URI
https://scoregroup-uat-api.xaitcpq.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": "00ece8c7-dc98-40e1-86ef-8b9f341325f9",
"PriceBook": "24a6b93e-9193-45ae-bfc1-a2bfdb902e8b",
"Language": "20eb61f6-2ab1-46d7-a67d-edbf54aca77b",
"Date": "2026-09-25T00:38:10.8721729Z",
"FrontCover": "241be9c2-06c9-4b09-bb28-43a83a04ddf1",
"BackCover": "7dcb95ba-ce6d-44ae-9da3-43b7c7f34175",
"Products": [
"be7da0da-c613-4206-819b-19c4a51f7ea2",
"79217897-3ca8-40c3-9263-6f8971a6f187"
],
"Parts": [
"c6c058df-b261-40c3-b354-7809a7ecd4ac",
"4320fcb4-1462-472d-a6d7-be576f4dd5d0"
]
}
text/html
Sample:
{"Currency":"00ece8c7-dc98-40e1-86ef-8b9f341325f9","PriceBook":"24a6b93e-9193-45ae-bfc1-a2bfdb902e8b","Language":"20eb61f6-2ab1-46d7-a67d-edbf54aca77b","Date":"2026-09-25T00:38:10.8721729Z","FrontCover":"241be9c2-06c9-4b09-bb28-43a83a04ddf1","BackCover":"7dcb95ba-ce6d-44ae-9da3-43b7c7f34175","Products":["be7da0da-c613-4206-819b-19c4a51f7ea2","79217897-3ca8-40c3-9263-6f8971a6f187"],"Parts":["c6c058df-b261-40c3-b354-7809a7ecd4ac","4320fcb4-1462-472d-a6d7-be576f4dd5d0"]}
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>7dcb95ba-ce6d-44ae-9da3-43b7c7f34175</BackCover>
<Currency>00ece8c7-dc98-40e1-86ef-8b9f341325f9</Currency>
<Date>2026-09-25T00:38:10.8721729+00:00</Date>
<FrontCover>241be9c2-06c9-4b09-bb28-43a83a04ddf1</FrontCover>
<Language>20eb61f6-2ab1-46d7-a67d-edbf54aca77b</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c6c058df-b261-40c3-b354-7809a7ecd4ac</d2p1:guid>
<d2p1:guid>4320fcb4-1462-472d-a6d7-be576f4dd5d0</d2p1:guid>
</Parts>
<PriceBook>24a6b93e-9193-45ae-bfc1-a2bfdb902e8b</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>be7da0da-c613-4206-819b-19c4a51f7ea2</d2p1:guid>
<d2p1:guid>79217897-3ca8-40c3-9263-6f8971a6f187</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:
"429fca59-ea30-4413-9abb-cb8863ed660f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">429fca59-ea30-4413-9abb-cb8863ed660f</guid>