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": "5d6d9059-e4ae-4c41-b936-dd9a81daf739",
"PriceBook": "5d83e601-59ba-46af-a783-a09aa1b771bd",
"Language": "8229aaa2-ba42-491c-a784-1d7b20e3e46c",
"Date": "2026-07-06T20:04:10.6636396Z",
"FrontCover": "9070178a-3485-4f40-aa5e-8b5d841c9cb6",
"BackCover": "0d162c45-8f0a-40f6-a2bf-b31679b9b37a",
"Products": [
"efc62ba0-8d66-481b-b210-86bac65bf4bc",
"543fbef2-7d4b-43ac-9e19-baf1f38988e4"
],
"Parts": [
"b02bd553-9aa9-4b5b-91c5-222b569e6c49",
"690a7a7a-0203-4100-81ef-d2ab37bf4c88"
]
}
text/html
Sample:
{"Currency":"5d6d9059-e4ae-4c41-b936-dd9a81daf739","PriceBook":"5d83e601-59ba-46af-a783-a09aa1b771bd","Language":"8229aaa2-ba42-491c-a784-1d7b20e3e46c","Date":"2026-07-06T20:04:10.6636396Z","FrontCover":"9070178a-3485-4f40-aa5e-8b5d841c9cb6","BackCover":"0d162c45-8f0a-40f6-a2bf-b31679b9b37a","Products":["efc62ba0-8d66-481b-b210-86bac65bf4bc","543fbef2-7d4b-43ac-9e19-baf1f38988e4"],"Parts":["b02bd553-9aa9-4b5b-91c5-222b569e6c49","690a7a7a-0203-4100-81ef-d2ab37bf4c88"]}
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>0d162c45-8f0a-40f6-a2bf-b31679b9b37a</BackCover>
<Currency>5d6d9059-e4ae-4c41-b936-dd9a81daf739</Currency>
<Date>2026-07-06T20:04:10.6636396+00:00</Date>
<FrontCover>9070178a-3485-4f40-aa5e-8b5d841c9cb6</FrontCover>
<Language>8229aaa2-ba42-491c-a784-1d7b20e3e46c</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b02bd553-9aa9-4b5b-91c5-222b569e6c49</d2p1:guid>
<d2p1:guid>690a7a7a-0203-4100-81ef-d2ab37bf4c88</d2p1:guid>
</Parts>
<PriceBook>5d83e601-59ba-46af-a783-a09aa1b771bd</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>efc62ba0-8d66-481b-b210-86bac65bf4bc</d2p1:guid>
<d2p1:guid>543fbef2-7d4b-43ac-9e19-baf1f38988e4</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:
"d038b0bf-cab1-4056-bb97-1de1d72bce72"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d038b0bf-cab1-4056-bb97-1de1d72bce72</guid>