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": "8887461e-9eb7-4378-b1bb-911d5a5fe63d",
"PriceBook": "a9ff390b-261d-4faf-810e-f749dd96af4a",
"Language": "3d42ee57-e38a-4748-9658-ad6946d90ad8",
"Date": "2026-08-10T09:58:45.4141725Z",
"FrontCover": "d9dcb28a-88d0-4c5e-8332-8c907ede37df",
"BackCover": "b01d103f-29b2-40fb-81b0-592606a42efc",
"Products": [
"1ea2a559-bcf8-46e2-ba1c-fe3fe4d4aec4",
"54259eee-6b21-46c3-aa45-7bd71358b6c5"
],
"Parts": [
"84aee1b8-55ac-431c-a092-72d3231784b2",
"a8b20a2c-d9d6-4639-9cf8-ea75cc5b649d"
]
}
text/html
Sample:
{"Currency":"8887461e-9eb7-4378-b1bb-911d5a5fe63d","PriceBook":"a9ff390b-261d-4faf-810e-f749dd96af4a","Language":"3d42ee57-e38a-4748-9658-ad6946d90ad8","Date":"2026-08-10T09:58:45.4141725Z","FrontCover":"d9dcb28a-88d0-4c5e-8332-8c907ede37df","BackCover":"b01d103f-29b2-40fb-81b0-592606a42efc","Products":["1ea2a559-bcf8-46e2-ba1c-fe3fe4d4aec4","54259eee-6b21-46c3-aa45-7bd71358b6c5"],"Parts":["84aee1b8-55ac-431c-a092-72d3231784b2","a8b20a2c-d9d6-4639-9cf8-ea75cc5b649d"]}
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>b01d103f-29b2-40fb-81b0-592606a42efc</BackCover>
<Currency>8887461e-9eb7-4378-b1bb-911d5a5fe63d</Currency>
<Date>2026-08-10T09:58:45.4141725+00:00</Date>
<FrontCover>d9dcb28a-88d0-4c5e-8332-8c907ede37df</FrontCover>
<Language>3d42ee57-e38a-4748-9658-ad6946d90ad8</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>84aee1b8-55ac-431c-a092-72d3231784b2</d2p1:guid>
<d2p1:guid>a8b20a2c-d9d6-4639-9cf8-ea75cc5b649d</d2p1:guid>
</Parts>
<PriceBook>a9ff390b-261d-4faf-810e-f749dd96af4a</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1ea2a559-bcf8-46e2-ba1c-fe3fe4d4aec4</d2p1:guid>
<d2p1:guid>54259eee-6b21-46c3-aa45-7bd71358b6c5</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:
"a9ff22d2-2217-415b-b862-b1912d49afcc"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a9ff22d2-2217-415b-b862-b1912d49afcc</guid>