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": "52073189-cab7-4002-8cc5-c1ccefbc2608",
"PriceBook": "3a9cd84c-f650-4af4-8f4f-4715be122e22",
"Language": "9bbc56a4-8be6-4297-ae39-3dc5cf51564e",
"Date": "2026-05-08T13:02:21.2123082Z",
"FrontCover": "b3f09ca8-800f-4d83-a0e2-b0808476897f",
"BackCover": "8f28b7b9-337b-41fd-86ad-d37e471c98fb",
"Products": [
"8acf16e7-75bf-441e-90fe-0a3ce2538c46",
"3d4693e9-e397-4f3d-adf6-ead6090aecf5"
],
"Parts": [
"9adf8e46-b42f-42a8-bad8-017aabcc8ed5",
"a792d630-18f9-480a-90a3-bb47ef039898"
]
}
text/html
Sample:
{"Currency":"52073189-cab7-4002-8cc5-c1ccefbc2608","PriceBook":"3a9cd84c-f650-4af4-8f4f-4715be122e22","Language":"9bbc56a4-8be6-4297-ae39-3dc5cf51564e","Date":"2026-05-08T13:02:21.2123082Z","FrontCover":"b3f09ca8-800f-4d83-a0e2-b0808476897f","BackCover":"8f28b7b9-337b-41fd-86ad-d37e471c98fb","Products":["8acf16e7-75bf-441e-90fe-0a3ce2538c46","3d4693e9-e397-4f3d-adf6-ead6090aecf5"],"Parts":["9adf8e46-b42f-42a8-bad8-017aabcc8ed5","a792d630-18f9-480a-90a3-bb47ef039898"]}
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>8f28b7b9-337b-41fd-86ad-d37e471c98fb</BackCover>
<Currency>52073189-cab7-4002-8cc5-c1ccefbc2608</Currency>
<Date>2026-05-08T13:02:21.2123082+00:00</Date>
<FrontCover>b3f09ca8-800f-4d83-a0e2-b0808476897f</FrontCover>
<Language>9bbc56a4-8be6-4297-ae39-3dc5cf51564e</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9adf8e46-b42f-42a8-bad8-017aabcc8ed5</d2p1:guid>
<d2p1:guid>a792d630-18f9-480a-90a3-bb47ef039898</d2p1:guid>
</Parts>
<PriceBook>3a9cd84c-f650-4af4-8f4f-4715be122e22</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8acf16e7-75bf-441e-90fe-0a3ce2538c46</d2p1:guid>
<d2p1:guid>3d4693e9-e397-4f3d-adf6-ead6090aecf5</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:
"58c95385-84d2-4909-92bd-69e30555bb78"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">58c95385-84d2-4909-92bd-69e30555bb78</guid>