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.
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": "56bab3b6-cb4d-4f92-88df-463ef18624b9", "PriceBook": "9c5d61e7-f922-4052-b091-08b6e7a5f738", "Language": "7128ba4f-9bb8-4426-903a-25b7eb293051", "Date": "2025-06-13T08:28:06.4344604Z", "FrontCover": "b40b9d1e-795b-48ce-848c-961b1924bbac", "BackCover": "6d8d8f2d-3938-4518-b84b-1eb2ab319ec2", "Products": [ "dfcbc470-d209-49d6-8e97-7736951235dc", "37bd881a-4c98-4bae-88dc-9002e44f2c49" ], "Parts": [ "ef841ce8-77b3-46ef-818c-3bbce510dc65", "86ec4d44-3dd9-46a7-b184-05d555871efd" ] }
text/html
Sample:
{"Currency":"56bab3b6-cb4d-4f92-88df-463ef18624b9","PriceBook":"9c5d61e7-f922-4052-b091-08b6e7a5f738","Language":"7128ba4f-9bb8-4426-903a-25b7eb293051","Date":"2025-06-13T08:28:06.4344604Z","FrontCover":"b40b9d1e-795b-48ce-848c-961b1924bbac","BackCover":"6d8d8f2d-3938-4518-b84b-1eb2ab319ec2","Products":["dfcbc470-d209-49d6-8e97-7736951235dc","37bd881a-4c98-4bae-88dc-9002e44f2c49"],"Parts":["ef841ce8-77b3-46ef-818c-3bbce510dc65","86ec4d44-3dd9-46a7-b184-05d555871efd"]}
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>6d8d8f2d-3938-4518-b84b-1eb2ab319ec2</BackCover> <Currency>56bab3b6-cb4d-4f92-88df-463ef18624b9</Currency> <Date>2025-06-13T08:28:06.4344604+00:00</Date> <FrontCover>b40b9d1e-795b-48ce-848c-961b1924bbac</FrontCover> <Language>7128ba4f-9bb8-4426-903a-25b7eb293051</Language> <Parts xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ef841ce8-77b3-46ef-818c-3bbce510dc65</d2p1:guid> <d2p1:guid>86ec4d44-3dd9-46a7-b184-05d555871efd</d2p1:guid> </Parts> <PriceBook>9c5d61e7-f922-4052-b091-08b6e7a5f738</PriceBook> <Products xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>dfcbc470-d209-49d6-8e97-7736951235dc</d2p1:guid> <d2p1:guid>37bd881a-4c98-4bae-88dc-9002e44f2c49</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:
"4e455ee6-cf87-403a-a7fb-feda83c63c44"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4e455ee6-cf87-403a-a7fb-feda83c63c44</guid>