POST pricebook/merge
Merges a price book.
Request Information
URI
https://mtm-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": "3ffa6ec3-a26e-452e-9343-3363c3ccd259",
"PriceBook": "ce8ba297-97e7-4144-a9b0-5f5b613f218e",
"Language": "3330d2e8-a513-4d6d-84b8-790d51b5a586",
"Date": "2026-05-06T12:53:32.6993218Z",
"FrontCover": "5df15eee-9e0e-433f-aeb2-22a26d10b254",
"BackCover": "48b4fe02-9547-4ad1-ba25-8e7440a12b40",
"Products": [
"4d6ff2d5-4595-484f-b535-f6597363ed0a",
"bfd3d4aa-f7cc-45a4-a802-02f1b0057a6e"
],
"Parts": [
"3e624a4f-0c89-4570-843a-1e65e204df41",
"94228222-c9bb-4eff-b2bf-0c872a60a94c"
]
}
text/html
Sample:
{"Currency":"3ffa6ec3-a26e-452e-9343-3363c3ccd259","PriceBook":"ce8ba297-97e7-4144-a9b0-5f5b613f218e","Language":"3330d2e8-a513-4d6d-84b8-790d51b5a586","Date":"2026-05-06T12:53:32.6993218Z","FrontCover":"5df15eee-9e0e-433f-aeb2-22a26d10b254","BackCover":"48b4fe02-9547-4ad1-ba25-8e7440a12b40","Products":["4d6ff2d5-4595-484f-b535-f6597363ed0a","bfd3d4aa-f7cc-45a4-a802-02f1b0057a6e"],"Parts":["3e624a4f-0c89-4570-843a-1e65e204df41","94228222-c9bb-4eff-b2bf-0c872a60a94c"]}
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>48b4fe02-9547-4ad1-ba25-8e7440a12b40</BackCover>
<Currency>3ffa6ec3-a26e-452e-9343-3363c3ccd259</Currency>
<Date>2026-05-06T12:53:32.6993218+00:00</Date>
<FrontCover>5df15eee-9e0e-433f-aeb2-22a26d10b254</FrontCover>
<Language>3330d2e8-a513-4d6d-84b8-790d51b5a586</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3e624a4f-0c89-4570-843a-1e65e204df41</d2p1:guid>
<d2p1:guid>94228222-c9bb-4eff-b2bf-0c872a60a94c</d2p1:guid>
</Parts>
<PriceBook>ce8ba297-97e7-4144-a9b0-5f5b613f218e</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4d6ff2d5-4595-484f-b535-f6597363ed0a</d2p1:guid>
<d2p1:guid>bfd3d4aa-f7cc-45a4-a802-02f1b0057a6e</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:
"1ea752e1-005c-4784-9fc8-8595de742254"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1ea752e1-005c-4784-9fc8-8595de742254</guid>