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": "4a7d872e-c826-42bf-b0e9-69ca2fc65b31",
"PriceBook": "5781f754-0e89-4675-b560-781c9f1ddef1",
"Language": "f3cf949d-6dc4-4b27-b3cf-b6a317424b54",
"Date": "2026-06-25T20:11:37.9530025Z",
"FrontCover": "018b60a7-f2d7-4526-bda4-e7bbda256414",
"BackCover": "4924d791-7e19-49a0-bae1-93616a0136ed",
"Products": [
"fd3b7405-443d-4201-8e8e-7d146cd6673c",
"09ccd80c-7c45-4462-ac96-b43292857c28"
],
"Parts": [
"296f1741-74e4-4bc3-86c5-c7b0ee4b103d",
"5689da6a-3124-4353-a2e7-8caddeccb72e"
]
}
text/html
Sample:
{"Currency":"4a7d872e-c826-42bf-b0e9-69ca2fc65b31","PriceBook":"5781f754-0e89-4675-b560-781c9f1ddef1","Language":"f3cf949d-6dc4-4b27-b3cf-b6a317424b54","Date":"2026-06-25T20:11:37.9530025Z","FrontCover":"018b60a7-f2d7-4526-bda4-e7bbda256414","BackCover":"4924d791-7e19-49a0-bae1-93616a0136ed","Products":["fd3b7405-443d-4201-8e8e-7d146cd6673c","09ccd80c-7c45-4462-ac96-b43292857c28"],"Parts":["296f1741-74e4-4bc3-86c5-c7b0ee4b103d","5689da6a-3124-4353-a2e7-8caddeccb72e"]}
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>4924d791-7e19-49a0-bae1-93616a0136ed</BackCover>
<Currency>4a7d872e-c826-42bf-b0e9-69ca2fc65b31</Currency>
<Date>2026-06-25T20:11:37.9530025+00:00</Date>
<FrontCover>018b60a7-f2d7-4526-bda4-e7bbda256414</FrontCover>
<Language>f3cf949d-6dc4-4b27-b3cf-b6a317424b54</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>296f1741-74e4-4bc3-86c5-c7b0ee4b103d</d2p1:guid>
<d2p1:guid>5689da6a-3124-4353-a2e7-8caddeccb72e</d2p1:guid>
</Parts>
<PriceBook>5781f754-0e89-4675-b560-781c9f1ddef1</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fd3b7405-443d-4201-8e8e-7d146cd6673c</d2p1:guid>
<d2p1:guid>09ccd80c-7c45-4462-ac96-b43292857c28</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:
"e9a6ef92-7013-40ef-8af4-327928257041"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e9a6ef92-7013-40ef-8af4-327928257041</guid>