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.
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": "1baf15c6-4c49-4ae9-810e-238e5b3244e5", "PriceBook": "73814e1c-0d05-489b-bad1-ff08938ac95c", "Language": "05e26458-af84-4a4d-a86e-b7c6ed69e6c1", "Date": "2025-08-02T18:52:32.2717891Z", "FrontCover": "75740d0c-fcc2-4366-85dd-5fc7297baac0", "BackCover": "689315d9-2c03-4c02-b674-582959a5d2c8", "Products": [ "f398bad1-df23-46e0-8f04-be5f4cd91ae0", "c4a21219-8cec-4432-a9e6-e1fd65e5837e" ], "Parts": [ "564076d2-1619-4738-9534-782a228ce25a", "6e95a970-8179-4940-89b3-463e2a9f0d6d" ] }
text/html
Sample:
{"Currency":"1baf15c6-4c49-4ae9-810e-238e5b3244e5","PriceBook":"73814e1c-0d05-489b-bad1-ff08938ac95c","Language":"05e26458-af84-4a4d-a86e-b7c6ed69e6c1","Date":"2025-08-02T18:52:32.2717891Z","FrontCover":"75740d0c-fcc2-4366-85dd-5fc7297baac0","BackCover":"689315d9-2c03-4c02-b674-582959a5d2c8","Products":["f398bad1-df23-46e0-8f04-be5f4cd91ae0","c4a21219-8cec-4432-a9e6-e1fd65e5837e"],"Parts":["564076d2-1619-4738-9534-782a228ce25a","6e95a970-8179-4940-89b3-463e2a9f0d6d"]}
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>689315d9-2c03-4c02-b674-582959a5d2c8</BackCover> <Currency>1baf15c6-4c49-4ae9-810e-238e5b3244e5</Currency> <Date>2025-08-02T18:52:32.2717891+00:00</Date> <FrontCover>75740d0c-fcc2-4366-85dd-5fc7297baac0</FrontCover> <Language>05e26458-af84-4a4d-a86e-b7c6ed69e6c1</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>564076d2-1619-4738-9534-782a228ce25a</d2p1:guid> <d2p1:guid>6e95a970-8179-4940-89b3-463e2a9f0d6d</d2p1:guid> </Parts> <PriceBook>73814e1c-0d05-489b-bad1-ff08938ac95c</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>f398bad1-df23-46e0-8f04-be5f4cd91ae0</d2p1:guid> <d2p1:guid>c4a21219-8cec-4432-a9e6-e1fd65e5837e</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:
"4949e4c7-c063-4ecd-9759-224e22c4c1c3"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4949e4c7-c063-4ecd-9759-224e22c4c1c3</guid>