ListMerge
Merges two accounts, customers, or vendors in QuickBooks. Requires QBXML Version 7.0 or higher.
Input
Name | Type | Description |
Type | String | Specifies the type of object being merged, such as Customer, Vendor, or Item.
使用できる値は次のとおりです。Account, Customer, Vendor |
MergeFromId | String | The unique identifier of the object that will be merged into another object. Either the Id or Name must be specified for the object being merged. |
MergeFromName | String | The name of the object that will be merged into another object. Either the Name or Id must be specified for the object being merged. |
MergeToId | String | The unique identifier of the target object into which another object will be merged. Either the Id or Name must be specified for the target object. |
MergeToName | String | The name of the target object into which another object will be merged. Either the Name or Id must be specified for the target object. |
OverwriteDuplicateShipToAddr | String | Indicates whether duplicate shipping addresses in the target object should be overwritten by those in the source object during the merge. Requires QBXML version 8.0 or higher. |
Result Set Columns
Name | Type | Description |
Success | String | Indicates whether the merge operation was successfully completed. |
ErrorMessage | String | Provides an error message if the merge operation fails, detailing the cause of the failure. |