POST pricebook/merge
Merges a price book.
Request Information
URI
https://xait-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": "48f1d98d-c5c7-476e-b1da-4e276d111501",
"PriceBook": "6755e771-a427-4581-a661-f9ffe3706f23",
"Language": "2ff3f5c2-5387-4194-bce3-648fcec9ce88",
"Date": "2026-03-22T22:13:54.3289007Z",
"FrontCover": "42695fda-a1a1-4956-83cd-b100f6c67067",
"BackCover": "2dbb61c3-08c2-4706-987f-95bb65d17fd9",
"Products": [
"ea4f746c-b62f-4753-bd72-491d0930719b",
"84f52c74-5f7b-49bc-9220-246283d33ae6"
],
"Parts": [
"92bec86b-d023-407f-8313-af0d2ab06975",
"418f0cd1-6499-466e-ac2b-33ecd4fdfa21"
]
}
text/html
Sample:
{"Currency":"48f1d98d-c5c7-476e-b1da-4e276d111501","PriceBook":"6755e771-a427-4581-a661-f9ffe3706f23","Language":"2ff3f5c2-5387-4194-bce3-648fcec9ce88","Date":"2026-03-22T22:13:54.3289007Z","FrontCover":"42695fda-a1a1-4956-83cd-b100f6c67067","BackCover":"2dbb61c3-08c2-4706-987f-95bb65d17fd9","Products":["ea4f746c-b62f-4753-bd72-491d0930719b","84f52c74-5f7b-49bc-9220-246283d33ae6"],"Parts":["92bec86b-d023-407f-8313-af0d2ab06975","418f0cd1-6499-466e-ac2b-33ecd4fdfa21"]}
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>2dbb61c3-08c2-4706-987f-95bb65d17fd9</BackCover>
<Currency>48f1d98d-c5c7-476e-b1da-4e276d111501</Currency>
<Date>2026-03-22T22:13:54.3289007+00:00</Date>
<FrontCover>42695fda-a1a1-4956-83cd-b100f6c67067</FrontCover>
<Language>2ff3f5c2-5387-4194-bce3-648fcec9ce88</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>92bec86b-d023-407f-8313-af0d2ab06975</d2p1:guid>
<d2p1:guid>418f0cd1-6499-466e-ac2b-33ecd4fdfa21</d2p1:guid>
</Parts>
<PriceBook>6755e771-a427-4581-a661-f9ffe3706f23</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ea4f746c-b62f-4753-bd72-491d0930719b</d2p1:guid>
<d2p1:guid>84f52c74-5f7b-49bc-9220-246283d33ae6</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:
"57c76c8d-85f6-4095-bee7-add7c4b70037"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">57c76c8d-85f6-4095-bee7-add7c4b70037</guid>