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.
PriceBookMergeOptionsName | 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": "b8a70e0f-d650-414e-b59b-c55c3c0ab8e2", "PriceBook": "7eb1c8a1-d51a-483d-ac7e-c2ab970c5951", "Language": "8c296698-ffc2-460b-b397-bdf14a82b181", "Date": "2025-06-09T09:36:49.9363887Z", "FrontCover": "e4e5fc70-cafa-4ee7-898e-90a1c7307dc8", "BackCover": "a90e468a-81ba-40f4-94e9-4782a17eb6d9", "Products": [ "33a2990d-2d68-4fa2-8bb0-95dbbc99a4de", "6eb652cd-2dc9-487a-92a0-4c011a1c7717" ], "Parts": [ "3537359f-4658-48ed-8208-42180fc34a02", "1b812495-4bfc-4a37-b7bc-3f0d7d44a001" ] }
text/html
Sample:
{"Currency":"b8a70e0f-d650-414e-b59b-c55c3c0ab8e2","PriceBook":"7eb1c8a1-d51a-483d-ac7e-c2ab970c5951","Language":"8c296698-ffc2-460b-b397-bdf14a82b181","Date":"2025-06-09T09:36:49.9363887Z","FrontCover":"e4e5fc70-cafa-4ee7-898e-90a1c7307dc8","BackCover":"a90e468a-81ba-40f4-94e9-4782a17eb6d9","Products":["33a2990d-2d68-4fa2-8bb0-95dbbc99a4de","6eb652cd-2dc9-487a-92a0-4c011a1c7717"],"Parts":["3537359f-4658-48ed-8208-42180fc34a02","1b812495-4bfc-4a37-b7bc-3f0d7d44a001"]}
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>a90e468a-81ba-40f4-94e9-4782a17eb6d9</BackCover> <Currency>b8a70e0f-d650-414e-b59b-c55c3c0ab8e2</Currency> <Date>2025-06-09T09:36:49.9363887+00:00</Date> <FrontCover>e4e5fc70-cafa-4ee7-898e-90a1c7307dc8</FrontCover> <Language>8c296698-ffc2-460b-b397-bdf14a82b181</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>3537359f-4658-48ed-8208-42180fc34a02</d2p1:guid> <d2p1:guid>1b812495-4bfc-4a37-b7bc-3f0d7d44a001</d2p1:guid> </Parts> <PriceBook>7eb1c8a1-d51a-483d-ac7e-c2ab970c5951</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>33a2990d-2d68-4fa2-8bb0-95dbbc99a4de</d2p1:guid> <d2p1:guid>6eb652cd-2dc9-487a-92a0-4c011a1c7717</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:
"898c86ba-8f45-443c-ab18-6bb2447c0f1e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">898c86ba-8f45-443c-ab18-6bb2447c0f1e</guid>