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": "a8cda036-243d-459f-93ad-f56f9f95a7d9",
"PriceBook": "1fa3d441-74f1-4b16-8cfa-9f36c453f7f8",
"Language": "4689ba7e-010a-400f-93f6-152042eaa2e3",
"Date": "2026-03-24T22:12:41.1610153Z",
"FrontCover": "d5e54290-4d70-4066-89f1-d87159fa18ed",
"BackCover": "035bd77b-bfd2-4cc9-9c43-2922417acb1b",
"Products": [
"d451b58f-5e36-4756-8062-9e4d5e711041",
"3bd39d9c-1336-4300-b71c-179fe741994a"
],
"Parts": [
"0e615540-3f1e-4532-b9a7-b0cf9ad27d22",
"887dba87-2af5-46f3-9dc1-54fecaa86ca8"
]
}
text/html
Sample:
{"Currency":"a8cda036-243d-459f-93ad-f56f9f95a7d9","PriceBook":"1fa3d441-74f1-4b16-8cfa-9f36c453f7f8","Language":"4689ba7e-010a-400f-93f6-152042eaa2e3","Date":"2026-03-24T22:12:41.1610153Z","FrontCover":"d5e54290-4d70-4066-89f1-d87159fa18ed","BackCover":"035bd77b-bfd2-4cc9-9c43-2922417acb1b","Products":["d451b58f-5e36-4756-8062-9e4d5e711041","3bd39d9c-1336-4300-b71c-179fe741994a"],"Parts":["0e615540-3f1e-4532-b9a7-b0cf9ad27d22","887dba87-2af5-46f3-9dc1-54fecaa86ca8"]}
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>035bd77b-bfd2-4cc9-9c43-2922417acb1b</BackCover>
<Currency>a8cda036-243d-459f-93ad-f56f9f95a7d9</Currency>
<Date>2026-03-24T22:12:41.1610153+00:00</Date>
<FrontCover>d5e54290-4d70-4066-89f1-d87159fa18ed</FrontCover>
<Language>4689ba7e-010a-400f-93f6-152042eaa2e3</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0e615540-3f1e-4532-b9a7-b0cf9ad27d22</d2p1:guid>
<d2p1:guid>887dba87-2af5-46f3-9dc1-54fecaa86ca8</d2p1:guid>
</Parts>
<PriceBook>1fa3d441-74f1-4b16-8cfa-9f36c453f7f8</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d451b58f-5e36-4756-8062-9e4d5e711041</d2p1:guid>
<d2p1:guid>3bd39d9c-1336-4300-b71c-179fe741994a</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:
"06ce1630-bad0-45f5-a3ae-7d53239e72ac"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">06ce1630-bad0-45f5-a3ae-7d53239e72ac</guid>