POST pricebook/merge
Merges a price book.
Request Information
URI
https://penlon-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": "84950bfa-bc01-4e7e-9e6d-34fb6ed3deac",
"PriceBook": "74d42fb6-b18b-4c54-81d0-d092d0c14179",
"Language": "77fc31fe-65d4-488a-81bf-1355e4239cd7",
"Date": "2026-07-22T16:41:37.0926124Z",
"FrontCover": "8a3b7236-24e1-4395-aa9c-b5f4e119669e",
"BackCover": "105fc119-b8f9-465e-98e3-cd7b030c5a90",
"Products": [
"834be58e-ad7f-4169-9e0a-b25a3b331c36",
"08b921a6-f66a-4ed9-bf38-b3b4c985808d"
],
"Parts": [
"45fea0af-459a-4742-b447-cb396b4bd56d",
"22259727-701e-4930-8379-6f38102bac47"
]
}
text/html
Sample:
{"Currency":"84950bfa-bc01-4e7e-9e6d-34fb6ed3deac","PriceBook":"74d42fb6-b18b-4c54-81d0-d092d0c14179","Language":"77fc31fe-65d4-488a-81bf-1355e4239cd7","Date":"2026-07-22T16:41:37.0926124Z","FrontCover":"8a3b7236-24e1-4395-aa9c-b5f4e119669e","BackCover":"105fc119-b8f9-465e-98e3-cd7b030c5a90","Products":["834be58e-ad7f-4169-9e0a-b25a3b331c36","08b921a6-f66a-4ed9-bf38-b3b4c985808d"],"Parts":["45fea0af-459a-4742-b447-cb396b4bd56d","22259727-701e-4930-8379-6f38102bac47"]}
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>105fc119-b8f9-465e-98e3-cd7b030c5a90</BackCover>
<Currency>84950bfa-bc01-4e7e-9e6d-34fb6ed3deac</Currency>
<Date>2026-07-22T16:41:37.0926124+00:00</Date>
<FrontCover>8a3b7236-24e1-4395-aa9c-b5f4e119669e</FrontCover>
<Language>77fc31fe-65d4-488a-81bf-1355e4239cd7</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>45fea0af-459a-4742-b447-cb396b4bd56d</d2p1:guid>
<d2p1:guid>22259727-701e-4930-8379-6f38102bac47</d2p1:guid>
</Parts>
<PriceBook>74d42fb6-b18b-4c54-81d0-d092d0c14179</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>834be58e-ad7f-4169-9e0a-b25a3b331c36</d2p1:guid>
<d2p1:guid>08b921a6-f66a-4ed9-bf38-b3b4c985808d</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:
"56b91d3a-1de1-47b8-83a3-fe7de92e5875"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">56b91d3a-1de1-47b8-83a3-fe7de92e5875</guid>