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": "a1f48977-9405-496d-96e5-6a371b35b9c2",
"PriceBook": "472e69ad-e492-4a72-8914-fe5a8f87b0cd",
"Language": "d671559c-1234-4a37-ac10-0a5fc484bc46",
"Date": "2026-05-13T18:17:58.9906331Z",
"FrontCover": "15e06be1-c8ac-4316-a182-e65c25849fe8",
"BackCover": "ddbb7a1b-6d58-4e43-aab6-2d5d6fd773cb",
"Products": [
"d5b27516-d55a-4f1d-a1ce-8c7ea83ba629",
"e231ddbf-0853-4a24-b466-7f40a510fd8e"
],
"Parts": [
"048c9df0-8d53-431e-90d3-c96dc4f934c5",
"8941f77b-dde1-48d7-afe9-6644e1602293"
]
}
text/html
Sample:
{"Currency":"a1f48977-9405-496d-96e5-6a371b35b9c2","PriceBook":"472e69ad-e492-4a72-8914-fe5a8f87b0cd","Language":"d671559c-1234-4a37-ac10-0a5fc484bc46","Date":"2026-05-13T18:17:58.9906331Z","FrontCover":"15e06be1-c8ac-4316-a182-e65c25849fe8","BackCover":"ddbb7a1b-6d58-4e43-aab6-2d5d6fd773cb","Products":["d5b27516-d55a-4f1d-a1ce-8c7ea83ba629","e231ddbf-0853-4a24-b466-7f40a510fd8e"],"Parts":["048c9df0-8d53-431e-90d3-c96dc4f934c5","8941f77b-dde1-48d7-afe9-6644e1602293"]}
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>ddbb7a1b-6d58-4e43-aab6-2d5d6fd773cb</BackCover>
<Currency>a1f48977-9405-496d-96e5-6a371b35b9c2</Currency>
<Date>2026-05-13T18:17:58.9906331+00:00</Date>
<FrontCover>15e06be1-c8ac-4316-a182-e65c25849fe8</FrontCover>
<Language>d671559c-1234-4a37-ac10-0a5fc484bc46</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>048c9df0-8d53-431e-90d3-c96dc4f934c5</d2p1:guid>
<d2p1:guid>8941f77b-dde1-48d7-afe9-6644e1602293</d2p1:guid>
</Parts>
<PriceBook>472e69ad-e492-4a72-8914-fe5a8f87b0cd</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d5b27516-d55a-4f1d-a1ce-8c7ea83ba629</d2p1:guid>
<d2p1:guid>e231ddbf-0853-4a24-b466-7f40a510fd8e</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:
"24c4b05e-3e2f-4a36-9d19-aeebf11152d5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">24c4b05e-3e2f-4a36-9d19-aeebf11152d5</guid>