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.
PriceBookMergeOptionsName | 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": "cd49bc69-a76a-4769-a618-c7789a924542", "PriceBook": "a386489b-ab9c-4524-995b-6fba896cc255", "Language": "f074c35c-69f6-4aa3-a82c-d3af1549dec0", "Date": "2025-07-26T01:06:45.2087954Z", "FrontCover": "14197d2b-f74c-4c4f-bf11-a18d92574efa", "BackCover": "d3f47282-2084-4e45-ac38-b06506eb3ace", "Products": [ "26f6e548-4553-4236-be02-aa8964bc940c", "96836748-0b74-465d-8551-f686d15ae2de" ], "Parts": [ "eb132a4f-afc7-4437-a4ef-fe7d8f0c51f1", "1f181fd1-ae2a-48ad-a848-a31091eb8e60" ] }
text/html
Sample:
{"Currency":"cd49bc69-a76a-4769-a618-c7789a924542","PriceBook":"a386489b-ab9c-4524-995b-6fba896cc255","Language":"f074c35c-69f6-4aa3-a82c-d3af1549dec0","Date":"2025-07-26T01:06:45.2087954Z","FrontCover":"14197d2b-f74c-4c4f-bf11-a18d92574efa","BackCover":"d3f47282-2084-4e45-ac38-b06506eb3ace","Products":["26f6e548-4553-4236-be02-aa8964bc940c","96836748-0b74-465d-8551-f686d15ae2de"],"Parts":["eb132a4f-afc7-4437-a4ef-fe7d8f0c51f1","1f181fd1-ae2a-48ad-a848-a31091eb8e60"]}
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>d3f47282-2084-4e45-ac38-b06506eb3ace</BackCover> <Currency>cd49bc69-a76a-4769-a618-c7789a924542</Currency> <Date>2025-07-26T01:06:45.2087954+00:00</Date> <FrontCover>14197d2b-f74c-4c4f-bf11-a18d92574efa</FrontCover> <Language>f074c35c-69f6-4aa3-a82c-d3af1549dec0</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>eb132a4f-afc7-4437-a4ef-fe7d8f0c51f1</d2p1:guid> <d2p1:guid>1f181fd1-ae2a-48ad-a848-a31091eb8e60</d2p1:guid> </Parts> <PriceBook>a386489b-ab9c-4524-995b-6fba896cc255</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>26f6e548-4553-4236-be02-aa8964bc940c</d2p1:guid> <d2p1:guid>96836748-0b74-465d-8551-f686d15ae2de</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:
"f5304b69-10df-424a-ad32-8348116c22f6"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f5304b69-10df-424a-ad32-8348116c22f6</guid>