POST pricebook/merge
Merges a price book.
Request Information
URI
https://xait-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": "d56a7358-9b34-4b24-a3f3-37e21265ca87", "PriceBook": "0227aeb4-53ce-4738-bf45-12712784d208", "Language": "0134cc59-e2d4-4d5e-84f8-500b31e38131", "Date": "2025-05-31T05:04:38.9211139Z", "FrontCover": "4d5bc824-51af-449b-aa79-3dbe5d2a3d68", "BackCover": "3b07862b-628d-48e4-ac6c-cd6ace8658f1", "Products": [ "653cbffc-1f2f-4e29-975d-b9955948cc7f", "eb8d3977-2da7-434f-9847-7916cdeac015" ], "Parts": [ "3e0ed241-1a23-4b07-9f13-021493077718", "828a7d79-6963-44d7-8ab4-1e0f33874b63" ] }
text/html
Sample:
{"Currency":"d56a7358-9b34-4b24-a3f3-37e21265ca87","PriceBook":"0227aeb4-53ce-4738-bf45-12712784d208","Language":"0134cc59-e2d4-4d5e-84f8-500b31e38131","Date":"2025-05-31T05:04:38.9211139Z","FrontCover":"4d5bc824-51af-449b-aa79-3dbe5d2a3d68","BackCover":"3b07862b-628d-48e4-ac6c-cd6ace8658f1","Products":["653cbffc-1f2f-4e29-975d-b9955948cc7f","eb8d3977-2da7-434f-9847-7916cdeac015"],"Parts":["3e0ed241-1a23-4b07-9f13-021493077718","828a7d79-6963-44d7-8ab4-1e0f33874b63"]}
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>3b07862b-628d-48e4-ac6c-cd6ace8658f1</BackCover> <Currency>d56a7358-9b34-4b24-a3f3-37e21265ca87</Currency> <Date>2025-05-31T05:04:38.9211139+00:00</Date> <FrontCover>4d5bc824-51af-449b-aa79-3dbe5d2a3d68</FrontCover> <Language>0134cc59-e2d4-4d5e-84f8-500b31e38131</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>3e0ed241-1a23-4b07-9f13-021493077718</d2p1:guid> <d2p1:guid>828a7d79-6963-44d7-8ab4-1e0f33874b63</d2p1:guid> </Parts> <PriceBook>0227aeb4-53ce-4738-bf45-12712784d208</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>653cbffc-1f2f-4e29-975d-b9955948cc7f</d2p1:guid> <d2p1:guid>eb8d3977-2da7-434f-9847-7916cdeac015</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:
"9c85b652-c209-4724-b434-7fc3937fae82"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9c85b652-c209-4724-b434-7fc3937fae82</guid>