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": "5938ccc2-8eb7-41be-86ef-3eb102c30d84",
"PriceBook": "1e42e1f4-c7cc-4af5-8dea-5cc8e264f999",
"Language": "8aa18d39-25fa-4c99-9abb-606f15782dd9",
"Date": "2026-06-30T20:06:17.034787Z",
"FrontCover": "dd58dbb0-2e01-40e9-acc0-30ff61467d53",
"BackCover": "9e2f41d5-e15d-42e5-96cf-2a895f6a367a",
"Products": [
"b4ad713b-3811-43ef-8751-dc1a8ba8fc7d",
"33dae76b-f153-4854-a019-129352baac2e"
],
"Parts": [
"4886c8bf-3eb6-4de5-8917-e6e5583b08f8",
"521c550e-dfb5-4be1-9ba5-4033da2c0aff"
]
}
text/html
Sample:
{"Currency":"5938ccc2-8eb7-41be-86ef-3eb102c30d84","PriceBook":"1e42e1f4-c7cc-4af5-8dea-5cc8e264f999","Language":"8aa18d39-25fa-4c99-9abb-606f15782dd9","Date":"2026-06-30T20:06:17.034787Z","FrontCover":"dd58dbb0-2e01-40e9-acc0-30ff61467d53","BackCover":"9e2f41d5-e15d-42e5-96cf-2a895f6a367a","Products":["b4ad713b-3811-43ef-8751-dc1a8ba8fc7d","33dae76b-f153-4854-a019-129352baac2e"],"Parts":["4886c8bf-3eb6-4de5-8917-e6e5583b08f8","521c550e-dfb5-4be1-9ba5-4033da2c0aff"]}
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>9e2f41d5-e15d-42e5-96cf-2a895f6a367a</BackCover>
<Currency>5938ccc2-8eb7-41be-86ef-3eb102c30d84</Currency>
<Date>2026-06-30T20:06:17.034787+00:00</Date>
<FrontCover>dd58dbb0-2e01-40e9-acc0-30ff61467d53</FrontCover>
<Language>8aa18d39-25fa-4c99-9abb-606f15782dd9</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4886c8bf-3eb6-4de5-8917-e6e5583b08f8</d2p1:guid>
<d2p1:guid>521c550e-dfb5-4be1-9ba5-4033da2c0aff</d2p1:guid>
</Parts>
<PriceBook>1e42e1f4-c7cc-4af5-8dea-5cc8e264f999</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b4ad713b-3811-43ef-8751-dc1a8ba8fc7d</d2p1:guid>
<d2p1:guid>33dae76b-f153-4854-a019-129352baac2e</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:
"51e0a3ae-8e3a-4dda-8039-d4b7ae52bb67"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">51e0a3ae-8e3a-4dda-8039-d4b7ae52bb67</guid>