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": "30735512-a160-4366-b589-bd2b683cd3a7",
"PriceBook": "4657810f-451e-4f1a-9924-ed47e9b3ba73",
"Language": "8953633c-f55a-4e2a-86a3-4603d70dd22a",
"Date": "2026-05-09T12:24:55.289341Z",
"FrontCover": "8d885069-a862-4e8c-af71-de77cbed3e03",
"BackCover": "6309f2c2-9610-4d4c-8820-4eb3d39aedf0",
"Products": [
"3b5baeff-6f5e-474a-9a23-73a0417332ec",
"86e83199-c946-44c2-b02e-6116aed54374"
],
"Parts": [
"9254c39e-3bbb-46cf-905e-89a05250f69c",
"c74a76eb-13f8-430d-baf7-618b08157c41"
]
}
text/html
Sample:
{"Currency":"30735512-a160-4366-b589-bd2b683cd3a7","PriceBook":"4657810f-451e-4f1a-9924-ed47e9b3ba73","Language":"8953633c-f55a-4e2a-86a3-4603d70dd22a","Date":"2026-05-09T12:24:55.289341Z","FrontCover":"8d885069-a862-4e8c-af71-de77cbed3e03","BackCover":"6309f2c2-9610-4d4c-8820-4eb3d39aedf0","Products":["3b5baeff-6f5e-474a-9a23-73a0417332ec","86e83199-c946-44c2-b02e-6116aed54374"],"Parts":["9254c39e-3bbb-46cf-905e-89a05250f69c","c74a76eb-13f8-430d-baf7-618b08157c41"]}
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>6309f2c2-9610-4d4c-8820-4eb3d39aedf0</BackCover>
<Currency>30735512-a160-4366-b589-bd2b683cd3a7</Currency>
<Date>2026-05-09T12:24:55.289341+00:00</Date>
<FrontCover>8d885069-a862-4e8c-af71-de77cbed3e03</FrontCover>
<Language>8953633c-f55a-4e2a-86a3-4603d70dd22a</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9254c39e-3bbb-46cf-905e-89a05250f69c</d2p1:guid>
<d2p1:guid>c74a76eb-13f8-430d-baf7-618b08157c41</d2p1:guid>
</Parts>
<PriceBook>4657810f-451e-4f1a-9924-ed47e9b3ba73</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3b5baeff-6f5e-474a-9a23-73a0417332ec</d2p1:guid>
<d2p1:guid>86e83199-c946-44c2-b02e-6116aed54374</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:
"74fefb04-62c5-4cdc-b6c0-7e7a68cd157c"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">74fefb04-62c5-4cdc-b6c0-7e7a68cd157c</guid>