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": "613ed7e7-0dd7-4015-a780-b0b9f0ac770c",
"PriceBook": "112e4bb2-5a59-4de0-8213-aa84b7273abe",
"Language": "fd16e547-fee6-42b2-9b23-dd815a16d59c",
"Date": "2026-03-21T21:55:18.4546834Z",
"FrontCover": "3a8295ca-9c45-4354-a224-a0c613f4e2ed",
"BackCover": "5312252e-f938-4d7e-beb5-2e3fc4ca387b",
"Products": [
"92792587-4504-4dfc-a3c6-51631f2577f0",
"c1df5b0d-148c-4c5a-9f2c-1c2cf1950a12"
],
"Parts": [
"9b78bd0e-66e1-4918-9ae7-977177cba324",
"12517bc7-215f-472e-9779-00d4e632938c"
]
}
text/html
Sample:
{"Currency":"613ed7e7-0dd7-4015-a780-b0b9f0ac770c","PriceBook":"112e4bb2-5a59-4de0-8213-aa84b7273abe","Language":"fd16e547-fee6-42b2-9b23-dd815a16d59c","Date":"2026-03-21T21:55:18.4546834Z","FrontCover":"3a8295ca-9c45-4354-a224-a0c613f4e2ed","BackCover":"5312252e-f938-4d7e-beb5-2e3fc4ca387b","Products":["92792587-4504-4dfc-a3c6-51631f2577f0","c1df5b0d-148c-4c5a-9f2c-1c2cf1950a12"],"Parts":["9b78bd0e-66e1-4918-9ae7-977177cba324","12517bc7-215f-472e-9779-00d4e632938c"]}
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>5312252e-f938-4d7e-beb5-2e3fc4ca387b</BackCover>
<Currency>613ed7e7-0dd7-4015-a780-b0b9f0ac770c</Currency>
<Date>2026-03-21T21:55:18.4546834+00:00</Date>
<FrontCover>3a8295ca-9c45-4354-a224-a0c613f4e2ed</FrontCover>
<Language>fd16e547-fee6-42b2-9b23-dd815a16d59c</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9b78bd0e-66e1-4918-9ae7-977177cba324</d2p1:guid>
<d2p1:guid>12517bc7-215f-472e-9779-00d4e632938c</d2p1:guid>
</Parts>
<PriceBook>112e4bb2-5a59-4de0-8213-aa84b7273abe</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>92792587-4504-4dfc-a3c6-51631f2577f0</d2p1:guid>
<d2p1:guid>c1df5b0d-148c-4c5a-9f2c-1c2cf1950a12</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:
"beac8de7-c30e-46b7-ba98-4827ea99384f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">beac8de7-c30e-46b7-ba98-4827ea99384f</guid>