POST pricebook/merge
Merges a price book.
Request Information
URI
https://highlandfleets-dev-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": "e1e76175-abce-472c-8ee2-9a475ab9e7e5",
"PriceBook": "8449f389-b141-40b7-b365-615c4ef2dd12",
"Language": "3e234c96-1e0d-4e3a-b85d-3245df97f8b3",
"Date": "2026-08-21T17:56:34.3812782Z",
"FrontCover": "aa1f9971-b17e-4590-8521-190ca6a62536",
"BackCover": "b93dbac3-fb1b-4b4b-a119-5f34533ae114",
"Products": [
"448552bb-4584-4ce5-a7da-f5174454af4b",
"5af4530a-705f-4f51-bf23-aeffc4fcd805"
],
"Parts": [
"45afd9e0-5277-488e-ae96-eb978cd3e7a5",
"d79b10b2-a7e8-4642-8d02-bd3f73e68112"
]
}
text/html
Sample:
{"Currency":"e1e76175-abce-472c-8ee2-9a475ab9e7e5","PriceBook":"8449f389-b141-40b7-b365-615c4ef2dd12","Language":"3e234c96-1e0d-4e3a-b85d-3245df97f8b3","Date":"2026-08-21T17:56:34.3812782Z","FrontCover":"aa1f9971-b17e-4590-8521-190ca6a62536","BackCover":"b93dbac3-fb1b-4b4b-a119-5f34533ae114","Products":["448552bb-4584-4ce5-a7da-f5174454af4b","5af4530a-705f-4f51-bf23-aeffc4fcd805"],"Parts":["45afd9e0-5277-488e-ae96-eb978cd3e7a5","d79b10b2-a7e8-4642-8d02-bd3f73e68112"]}
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>b93dbac3-fb1b-4b4b-a119-5f34533ae114</BackCover>
<Currency>e1e76175-abce-472c-8ee2-9a475ab9e7e5</Currency>
<Date>2026-08-21T17:56:34.3812782+00:00</Date>
<FrontCover>aa1f9971-b17e-4590-8521-190ca6a62536</FrontCover>
<Language>3e234c96-1e0d-4e3a-b85d-3245df97f8b3</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>45afd9e0-5277-488e-ae96-eb978cd3e7a5</d2p1:guid>
<d2p1:guid>d79b10b2-a7e8-4642-8d02-bd3f73e68112</d2p1:guid>
</Parts>
<PriceBook>8449f389-b141-40b7-b365-615c4ef2dd12</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>448552bb-4584-4ce5-a7da-f5174454af4b</d2p1:guid>
<d2p1:guid>5af4530a-705f-4f51-bf23-aeffc4fcd805</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:
"d9ba7d44-9b20-4c2e-81a9-1caa0ea84cf8"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d9ba7d44-9b20-4c2e-81a9-1caa0ea84cf8</guid>