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": "d6745270-1cda-4bf1-9cbc-cb7a971bb766", "PriceBook": "d5c53390-0a17-4577-a041-1c3c52ef82cc", "Language": "dff250c8-a583-45a9-860a-e9980064d519", "Date": "2025-07-26T14:08:51.150639Z", "FrontCover": "5f99cb98-45aa-4fcc-a44b-98d43247550b", "BackCover": "b1488b7d-aaa1-4d21-adff-10b0af033a0a", "Products": [ "cbfc7a72-a93f-4170-bec8-3196cc9eebcc", "d477f6e8-7741-4bdf-b91f-16a0706d75a2" ], "Parts": [ "bf99bf74-6fc5-4c53-946f-a036809af3eb", "0d89eb7b-0e11-4fe2-bdc4-af4e4a910b8b" ] }
text/html
Sample:
{"Currency":"d6745270-1cda-4bf1-9cbc-cb7a971bb766","PriceBook":"d5c53390-0a17-4577-a041-1c3c52ef82cc","Language":"dff250c8-a583-45a9-860a-e9980064d519","Date":"2025-07-26T14:08:51.150639Z","FrontCover":"5f99cb98-45aa-4fcc-a44b-98d43247550b","BackCover":"b1488b7d-aaa1-4d21-adff-10b0af033a0a","Products":["cbfc7a72-a93f-4170-bec8-3196cc9eebcc","d477f6e8-7741-4bdf-b91f-16a0706d75a2"],"Parts":["bf99bf74-6fc5-4c53-946f-a036809af3eb","0d89eb7b-0e11-4fe2-bdc4-af4e4a910b8b"]}
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>b1488b7d-aaa1-4d21-adff-10b0af033a0a</BackCover> <Currency>d6745270-1cda-4bf1-9cbc-cb7a971bb766</Currency> <Date>2025-07-26T14:08:51.150639+00:00</Date> <FrontCover>5f99cb98-45aa-4fcc-a44b-98d43247550b</FrontCover> <Language>dff250c8-a583-45a9-860a-e9980064d519</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>bf99bf74-6fc5-4c53-946f-a036809af3eb</d2p1:guid> <d2p1:guid>0d89eb7b-0e11-4fe2-bdc4-af4e4a910b8b</d2p1:guid> </Parts> <PriceBook>d5c53390-0a17-4577-a041-1c3c52ef82cc</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>cbfc7a72-a93f-4170-bec8-3196cc9eebcc</d2p1:guid> <d2p1:guid>d477f6e8-7741-4bdf-b91f-16a0706d75a2</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:
"db0f2229-c3fb-4d88-8476-bd897eb70ffd"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">db0f2229-c3fb-4d88-8476-bd897eb70ffd</guid>