POST pricebook/merge
Merges a price book.
Request Information
URI
https://scoregroup-uat-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": "f7e586ed-4139-4891-943d-495b4040ee81",
"PriceBook": "3cf78167-3624-4e82-9942-1800e67c56cf",
"Language": "0418a2df-457e-4805-9b0d-8beb991587cc",
"Date": "2026-06-23T20:47:36.237697Z",
"FrontCover": "ae2648cc-283d-424c-bbb6-eb613bc3f497",
"BackCover": "71d27f83-195f-4d85-bf98-2b944886185a",
"Products": [
"52a5ae18-abeb-444a-95cd-cd24b95db1bc",
"70ecd355-2241-4b27-b3e4-7076d184539a"
],
"Parts": [
"15962be0-6af8-41ac-b3ce-a90f24620bbd",
"737699a6-19e8-4593-bbe3-04f9068c50d1"
]
}
text/html
Sample:
{"Currency":"f7e586ed-4139-4891-943d-495b4040ee81","PriceBook":"3cf78167-3624-4e82-9942-1800e67c56cf","Language":"0418a2df-457e-4805-9b0d-8beb991587cc","Date":"2026-06-23T20:47:36.237697Z","FrontCover":"ae2648cc-283d-424c-bbb6-eb613bc3f497","BackCover":"71d27f83-195f-4d85-bf98-2b944886185a","Products":["52a5ae18-abeb-444a-95cd-cd24b95db1bc","70ecd355-2241-4b27-b3e4-7076d184539a"],"Parts":["15962be0-6af8-41ac-b3ce-a90f24620bbd","737699a6-19e8-4593-bbe3-04f9068c50d1"]}
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>71d27f83-195f-4d85-bf98-2b944886185a</BackCover>
<Currency>f7e586ed-4139-4891-943d-495b4040ee81</Currency>
<Date>2026-06-23T20:47:36.237697+00:00</Date>
<FrontCover>ae2648cc-283d-424c-bbb6-eb613bc3f497</FrontCover>
<Language>0418a2df-457e-4805-9b0d-8beb991587cc</Language>
<Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>15962be0-6af8-41ac-b3ce-a90f24620bbd</d2p1:guid>
<d2p1:guid>737699a6-19e8-4593-bbe3-04f9068c50d1</d2p1:guid>
</Parts>
<PriceBook>3cf78167-3624-4e82-9942-1800e67c56cf</PriceBook>
<Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>52a5ae18-abeb-444a-95cd-cd24b95db1bc</d2p1:guid>
<d2p1:guid>70ecd355-2241-4b27-b3e4-7076d184539a</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:
"16f2b64b-a5d9-4b1a-9192-2ee26f075144"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16f2b64b-a5d9-4b1a-9192-2ee26f075144</guid>