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": "783f10d8-831c-460f-a2a0-c3b9bddc2748",
"PriceBook": "1d5256fe-cad0-4796-b8f5-3476faf9ac37",
"Language": "5d9e5fea-a557-4ee5-bc9b-46a50e872f53",
"Date": "2026-09-24T23:13:24.4494533Z",
"FrontCover": "017963e1-3611-4f6a-9971-1fed316253a9",
"BackCover": "15c6c1b0-077b-4f3f-add1-e25d9fef9ab2",
"Products": [
"507b5f67-464e-44bb-a122-235ffd871a06",
"5cc53201-9b3d-4cf6-90d9-766331d6838d"
],
"Parts": [
"7da076ef-7d77-4bd8-8b1b-7bce5da2e8e2",
"3a034410-d207-4e9f-b20d-02cc01d21d77"
]
}
text/html
Sample:
{"Currency":"783f10d8-831c-460f-a2a0-c3b9bddc2748","PriceBook":"1d5256fe-cad0-4796-b8f5-3476faf9ac37","Language":"5d9e5fea-a557-4ee5-bc9b-46a50e872f53","Date":"2026-09-24T23:13:24.4494533Z","FrontCover":"017963e1-3611-4f6a-9971-1fed316253a9","BackCover":"15c6c1b0-077b-4f3f-add1-e25d9fef9ab2","Products":["507b5f67-464e-44bb-a122-235ffd871a06","5cc53201-9b3d-4cf6-90d9-766331d6838d"],"Parts":["7da076ef-7d77-4bd8-8b1b-7bce5da2e8e2","3a034410-d207-4e9f-b20d-02cc01d21d77"]}
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>15c6c1b0-077b-4f3f-add1-e25d9fef9ab2</BackCover>
<Currency>783f10d8-831c-460f-a2a0-c3b9bddc2748</Currency>
<Date>2026-09-24T23:13:24.4494533+00:00</Date>
<FrontCover>017963e1-3611-4f6a-9971-1fed316253a9</FrontCover>
<Language>5d9e5fea-a557-4ee5-bc9b-46a50e872f53</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7da076ef-7d77-4bd8-8b1b-7bce5da2e8e2</d2p1:guid>
<d2p1:guid>3a034410-d207-4e9f-b20d-02cc01d21d77</d2p1:guid>
</Parts>
<PriceBook>1d5256fe-cad0-4796-b8f5-3476faf9ac37</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>507b5f67-464e-44bb-a122-235ffd871a06</d2p1:guid>
<d2p1:guid>5cc53201-9b3d-4cf6-90d9-766331d6838d</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:
"691c9778-75f0-4ac6-adfa-d170ad6da7ed"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">691c9778-75f0-4ac6-adfa-d170ad6da7ed</guid>