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": "62cd3df2-c9bc-43e2-892b-4f1f088c2675",
"PriceBook": "a8cda070-a0f5-4e0d-98b2-8facc928afc3",
"Language": "2ec1d9d0-bad0-484c-8436-2ad38b66bd92",
"Date": "2026-08-10T06:02:09.8468629Z",
"FrontCover": "b8fb1af4-bf5b-4c09-a209-2ae1ba0e1496",
"BackCover": "9e4679e1-357e-4e0f-bd83-59054098a8e8",
"Products": [
"10a3eb0f-6ea9-4410-83cc-b5d4db03a2f7",
"8f51b532-28fe-4dc5-88da-eaa76058e768"
],
"Parts": [
"dc5eefcf-6531-4946-a6b7-7d842afb3097",
"71858272-d860-4ab2-bef1-54a0647d797e"
]
}
text/html
Sample:
{"Currency":"62cd3df2-c9bc-43e2-892b-4f1f088c2675","PriceBook":"a8cda070-a0f5-4e0d-98b2-8facc928afc3","Language":"2ec1d9d0-bad0-484c-8436-2ad38b66bd92","Date":"2026-08-10T06:02:09.8468629Z","FrontCover":"b8fb1af4-bf5b-4c09-a209-2ae1ba0e1496","BackCover":"9e4679e1-357e-4e0f-bd83-59054098a8e8","Products":["10a3eb0f-6ea9-4410-83cc-b5d4db03a2f7","8f51b532-28fe-4dc5-88da-eaa76058e768"],"Parts":["dc5eefcf-6531-4946-a6b7-7d842afb3097","71858272-d860-4ab2-bef1-54a0647d797e"]}
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>9e4679e1-357e-4e0f-bd83-59054098a8e8</BackCover>
<Currency>62cd3df2-c9bc-43e2-892b-4f1f088c2675</Currency>
<Date>2026-08-10T06:02:09.8468629+00:00</Date>
<FrontCover>b8fb1af4-bf5b-4c09-a209-2ae1ba0e1496</FrontCover>
<Language>2ec1d9d0-bad0-484c-8436-2ad38b66bd92</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>dc5eefcf-6531-4946-a6b7-7d842afb3097</d2p1:guid>
<d2p1:guid>71858272-d860-4ab2-bef1-54a0647d797e</d2p1:guid>
</Parts>
<PriceBook>a8cda070-a0f5-4e0d-98b2-8facc928afc3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>10a3eb0f-6ea9-4410-83cc-b5d4db03a2f7</d2p1:guid>
<d2p1:guid>8f51b532-28fe-4dc5-88da-eaa76058e768</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:
"244dc9b9-8861-49bb-a44f-44d72db0055d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">244dc9b9-8861-49bb-a44f-44d72db0055d</guid>