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": "769a042d-0555-4f42-ac52-b1d13846e9b9",
"PriceBook": "aca9f710-12b1-4c1d-a5ba-04085299888b",
"Language": "86c8ce21-9482-4865-ad4c-9c867051eda0",
"Date": "2026-03-24T22:16:03.6657399Z",
"FrontCover": "b479b851-67f6-4db7-b066-f66ef78d56c2",
"BackCover": "acd072bb-ef12-4ff3-857f-d23da34ba931",
"Products": [
"f597ebde-f03d-4fa6-99fe-a90ac008af03",
"07b9bd53-8149-4c72-b70b-0c9f2a55ac19"
],
"Parts": [
"c4286401-9bcc-4f8f-814a-33032020606b",
"8b85e65a-cde5-44c8-aebd-88d473c28f41"
]
}
text/html
Sample:
{"Currency":"769a042d-0555-4f42-ac52-b1d13846e9b9","PriceBook":"aca9f710-12b1-4c1d-a5ba-04085299888b","Language":"86c8ce21-9482-4865-ad4c-9c867051eda0","Date":"2026-03-24T22:16:03.6657399Z","FrontCover":"b479b851-67f6-4db7-b066-f66ef78d56c2","BackCover":"acd072bb-ef12-4ff3-857f-d23da34ba931","Products":["f597ebde-f03d-4fa6-99fe-a90ac008af03","07b9bd53-8149-4c72-b70b-0c9f2a55ac19"],"Parts":["c4286401-9bcc-4f8f-814a-33032020606b","8b85e65a-cde5-44c8-aebd-88d473c28f41"]}
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>acd072bb-ef12-4ff3-857f-d23da34ba931</BackCover>
<Currency>769a042d-0555-4f42-ac52-b1d13846e9b9</Currency>
<Date>2026-03-24T22:16:03.6657399+00:00</Date>
<FrontCover>b479b851-67f6-4db7-b066-f66ef78d56c2</FrontCover>
<Language>86c8ce21-9482-4865-ad4c-9c867051eda0</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c4286401-9bcc-4f8f-814a-33032020606b</d2p1:guid>
<d2p1:guid>8b85e65a-cde5-44c8-aebd-88d473c28f41</d2p1:guid>
</Parts>
<PriceBook>aca9f710-12b1-4c1d-a5ba-04085299888b</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f597ebde-f03d-4fa6-99fe-a90ac008af03</d2p1:guid>
<d2p1:guid>07b9bd53-8149-4c72-b70b-0c9f2a55ac19</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:
"8783f82f-4359-4b13-a0be-de2b41b1b565"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8783f82f-4359-4b13-a0be-de2b41b1b565</guid>