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": "f5690292-ae55-4ef0-aee2-55b2648f7dcd",
"PriceBook": "079d5eb4-8311-4a8a-afe5-249bdd346677",
"Language": "5cdfd129-dd07-4b67-bb06-811a7e3a3247",
"Date": "2026-08-16T20:43:44.9454583Z",
"FrontCover": "50d91621-e878-4483-9dd4-c8e57214bb4c",
"BackCover": "49eaf96b-2cc5-47e8-a787-94bc4daf5da9",
"Products": [
"374c6299-4188-45de-ab94-727ca07c55f2",
"0d7991cb-0291-48a6-8b0a-8835ca1b1f0d"
],
"Parts": [
"97cd8d7c-1681-4531-9726-bb47354ab648",
"7e711a91-1d3d-43eb-9974-b6223066d701"
]
}
text/html
Sample:
{"Currency":"f5690292-ae55-4ef0-aee2-55b2648f7dcd","PriceBook":"079d5eb4-8311-4a8a-afe5-249bdd346677","Language":"5cdfd129-dd07-4b67-bb06-811a7e3a3247","Date":"2026-08-16T20:43:44.9454583Z","FrontCover":"50d91621-e878-4483-9dd4-c8e57214bb4c","BackCover":"49eaf96b-2cc5-47e8-a787-94bc4daf5da9","Products":["374c6299-4188-45de-ab94-727ca07c55f2","0d7991cb-0291-48a6-8b0a-8835ca1b1f0d"],"Parts":["97cd8d7c-1681-4531-9726-bb47354ab648","7e711a91-1d3d-43eb-9974-b6223066d701"]}
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>49eaf96b-2cc5-47e8-a787-94bc4daf5da9</BackCover>
<Currency>f5690292-ae55-4ef0-aee2-55b2648f7dcd</Currency>
<Date>2026-08-16T20:43:44.9454583+00:00</Date>
<FrontCover>50d91621-e878-4483-9dd4-c8e57214bb4c</FrontCover>
<Language>5cdfd129-dd07-4b67-bb06-811a7e3a3247</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>97cd8d7c-1681-4531-9726-bb47354ab648</d2p1:guid>
<d2p1:guid>7e711a91-1d3d-43eb-9974-b6223066d701</d2p1:guid>
</Parts>
<PriceBook>079d5eb4-8311-4a8a-afe5-249bdd346677</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>374c6299-4188-45de-ab94-727ca07c55f2</d2p1:guid>
<d2p1:guid>0d7991cb-0291-48a6-8b0a-8835ca1b1f0d</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:
"9de428a5-b6f6-46d0-8dad-d434687fa83a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9de428a5-b6f6-46d0-8dad-d434687fa83a</guid>