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": "d063b4eb-e2af-423c-ac87-f80cb40b86ff",
"PriceBook": "c77687d4-7ee0-4a34-ba70-8bf788aae4e3",
"Language": "cf3b160d-0a67-481b-a6e4-91c53eae0386",
"Date": "2026-03-26T22:23:14.7730099Z",
"FrontCover": "2076278d-ffe8-4278-8e3f-1759be3c9be9",
"BackCover": "f56d49dd-a7b5-4b50-b664-6e3284312f09",
"Products": [
"90473c10-e6ab-402e-af3e-f24214ddb74a",
"e9b2d289-9505-46dd-9cef-64801ff59fa0"
],
"Parts": [
"8cbd2009-a109-49fe-8d11-3d4d2e60f818",
"cf17f819-f243-4621-ba5f-62f25ec32d62"
]
}
text/html
Sample:
{"Currency":"d063b4eb-e2af-423c-ac87-f80cb40b86ff","PriceBook":"c77687d4-7ee0-4a34-ba70-8bf788aae4e3","Language":"cf3b160d-0a67-481b-a6e4-91c53eae0386","Date":"2026-03-26T22:23:14.7730099Z","FrontCover":"2076278d-ffe8-4278-8e3f-1759be3c9be9","BackCover":"f56d49dd-a7b5-4b50-b664-6e3284312f09","Products":["90473c10-e6ab-402e-af3e-f24214ddb74a","e9b2d289-9505-46dd-9cef-64801ff59fa0"],"Parts":["8cbd2009-a109-49fe-8d11-3d4d2e60f818","cf17f819-f243-4621-ba5f-62f25ec32d62"]}
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>f56d49dd-a7b5-4b50-b664-6e3284312f09</BackCover>
<Currency>d063b4eb-e2af-423c-ac87-f80cb40b86ff</Currency>
<Date>2026-03-26T22:23:14.7730099+00:00</Date>
<FrontCover>2076278d-ffe8-4278-8e3f-1759be3c9be9</FrontCover>
<Language>cf3b160d-0a67-481b-a6e4-91c53eae0386</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8cbd2009-a109-49fe-8d11-3d4d2e60f818</d2p1:guid>
<d2p1:guid>cf17f819-f243-4621-ba5f-62f25ec32d62</d2p1:guid>
</Parts>
<PriceBook>c77687d4-7ee0-4a34-ba70-8bf788aae4e3</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>90473c10-e6ab-402e-af3e-f24214ddb74a</d2p1:guid>
<d2p1:guid>e9b2d289-9505-46dd-9cef-64801ff59fa0</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:
"e55ccbc2-d309-4d2c-b956-be62d67d057f"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e55ccbc2-d309-4d2c-b956-be62d67d057f</guid>