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": "0738d9f5-ad5f-4d65-906c-8e96c90f3600",
"PriceBook": "619426c7-4d7d-4fd9-b901-6b6c22ca7c7d",
"Language": "1cf0e3d5-1d29-4e49-b8ad-664822f9f269",
"Date": "2026-08-16T09:19:44.3961735Z",
"FrontCover": "80387a0d-d66b-4b8b-bd72-327b2940f21b",
"BackCover": "90a25fff-d264-4a4b-a846-d4cd312a4a3f",
"Products": [
"452abc7d-0b7b-41ab-ac96-e8451b5f066e",
"38e0c647-1308-470c-8e40-5e50c3d9c8a8"
],
"Parts": [
"8e3524d7-a9d2-4182-a15a-ccb8cfabec4a",
"4861a861-5604-4ea8-9498-8024889ac918"
]
}
text/html
Sample:
{"Currency":"0738d9f5-ad5f-4d65-906c-8e96c90f3600","PriceBook":"619426c7-4d7d-4fd9-b901-6b6c22ca7c7d","Language":"1cf0e3d5-1d29-4e49-b8ad-664822f9f269","Date":"2026-08-16T09:19:44.3961735Z","FrontCover":"80387a0d-d66b-4b8b-bd72-327b2940f21b","BackCover":"90a25fff-d264-4a4b-a846-d4cd312a4a3f","Products":["452abc7d-0b7b-41ab-ac96-e8451b5f066e","38e0c647-1308-470c-8e40-5e50c3d9c8a8"],"Parts":["8e3524d7-a9d2-4182-a15a-ccb8cfabec4a","4861a861-5604-4ea8-9498-8024889ac918"]}
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>90a25fff-d264-4a4b-a846-d4cd312a4a3f</BackCover>
<Currency>0738d9f5-ad5f-4d65-906c-8e96c90f3600</Currency>
<Date>2026-08-16T09:19:44.3961735+00:00</Date>
<FrontCover>80387a0d-d66b-4b8b-bd72-327b2940f21b</FrontCover>
<Language>1cf0e3d5-1d29-4e49-b8ad-664822f9f269</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8e3524d7-a9d2-4182-a15a-ccb8cfabec4a</d2p1:guid>
<d2p1:guid>4861a861-5604-4ea8-9498-8024889ac918</d2p1:guid>
</Parts>
<PriceBook>619426c7-4d7d-4fd9-b901-6b6c22ca7c7d</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>452abc7d-0b7b-41ab-ac96-e8451b5f066e</d2p1:guid>
<d2p1:guid>38e0c647-1308-470c-8e40-5e50c3d9c8a8</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:
"bd7bc817-4898-43d2-82b8-6dbcb7bd827c"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bd7bc817-4898-43d2-82b8-6dbcb7bd827c</guid>