POST pricebook/merge
Merges a price book.
Request Information
URI
https://highlandfleets-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": "61e97728-813b-4536-9d3a-917903d53cd7",
"PriceBook": "4716acaa-a861-4f48-92fd-90e7bf029360",
"Language": "4a5802e0-8447-4e66-a634-a841e3fc5a03",
"Date": "2026-05-14T12:43:15.9802169Z",
"FrontCover": "03184862-f607-4303-8745-21a5f7b54312",
"BackCover": "9fdad5c9-291e-4b12-9d89-a35b8aa4bc57",
"Products": [
"93963518-3ec2-4abc-bdad-ce573364713b",
"dcc7ab71-5dfc-49e3-bf58-c80d8f51d5a1"
],
"Parts": [
"673cb2d3-2794-4fc3-a7c1-c24706d16838",
"abcfb8ee-ea41-444b-884f-ff5f3ea7cc25"
]
}
text/html
Sample:
{"Currency":"61e97728-813b-4536-9d3a-917903d53cd7","PriceBook":"4716acaa-a861-4f48-92fd-90e7bf029360","Language":"4a5802e0-8447-4e66-a634-a841e3fc5a03","Date":"2026-05-14T12:43:15.9802169Z","FrontCover":"03184862-f607-4303-8745-21a5f7b54312","BackCover":"9fdad5c9-291e-4b12-9d89-a35b8aa4bc57","Products":["93963518-3ec2-4abc-bdad-ce573364713b","dcc7ab71-5dfc-49e3-bf58-c80d8f51d5a1"],"Parts":["673cb2d3-2794-4fc3-a7c1-c24706d16838","abcfb8ee-ea41-444b-884f-ff5f3ea7cc25"]}
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>9fdad5c9-291e-4b12-9d89-a35b8aa4bc57</BackCover>
<Currency>61e97728-813b-4536-9d3a-917903d53cd7</Currency>
<Date>2026-05-14T12:43:15.9802169+00:00</Date>
<FrontCover>03184862-f607-4303-8745-21a5f7b54312</FrontCover>
<Language>4a5802e0-8447-4e66-a634-a841e3fc5a03</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>673cb2d3-2794-4fc3-a7c1-c24706d16838</d2p1:guid>
<d2p1:guid>abcfb8ee-ea41-444b-884f-ff5f3ea7cc25</d2p1:guid>
</Parts>
<PriceBook>4716acaa-a861-4f48-92fd-90e7bf029360</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>93963518-3ec2-4abc-bdad-ce573364713b</d2p1:guid>
<d2p1:guid>dcc7ab71-5dfc-49e3-bf58-c80d8f51d5a1</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:
"a29ce1ba-68b2-4466-b319-f62015e0e559"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a29ce1ba-68b2-4466-b319-f62015e0e559</guid>