GovernService Operations
For a list of the operations associated with this Web service, see the following table.
Name | Description |
---|---|
getOrganizationSuspectRecords |
Queries all account records marked Suspect in the base table. |
getPersonSuspectRecords |
Queries all contact records marked Suspect in the base table. |
removePendingRecord |
Removes the pending flag for the account or contact record marked as Suspect in the base table. |
submitMergeRequestOrganizationRecord |
Submits a merge request for the account records in the base table. |
submitMergeRequestPersonRecord |
Submits a merge request for the contact records in the base table. |
Request Message Description: getOrganizationSuspectRecords
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
endDateTime |
End date and time for a given job. |
String |
startDateTime |
Start date and time for a given job. |
String |
StartRowNum |
The row number of the total number of records from which the records are to be given. |
String |
PageSize |
Indicates the number of records to be returned. |
String |
SortSpec |
The sort criteria applied to the business component. |
String |
NewQuery |
Starts a new query. |
String |
Response Message Description: getOrganizationSuspectRecords
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
SwiOrgDeDupResultsIO |
An instance of the integration object, SwiOrgDeDupResults. |
Integration Object |
LastPage |
Boolean indicating whether or not the last record in the query result set has been returned. |
String |
NumOutputObjects |
Number of records being returned in this iteration of the request result set. |
String |
ErrorCode |
Error code (if any) that must be passed for the job. |
String |
ErrorMessage |
Specific error message. |
String |
Request Message Description: getPersonSuspectRecords
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
endDateTime |
End date and time for a given job. |
String |
startDateTime |
Start date and time for a given job. |
String |
StartRowNum |
The row number of the total number of records from which the records are to be given. |
String |
PageSize |
Indicates the number of records to be returned. |
String |
SortSpec |
The sort criteria applied to the business component. |
String |
NewQuery |
Starts a new query. |
String |
Response Message Description: getPersonSuspectRecords
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
SwiPerDeDupResultsIO |
An instance of the integration object, SwiPerDeDupResults. |
Integration Object |
LastPage |
Boolean indicating whether or not the last record in the query result set has been returned. |
String |
NumOutputObjects |
Number of records being returned in this iteration of the request result set. |
String |
ErrorCode |
Error code (if any) that must be passed for the job. |
String |
ErrorMessage |
Specific error message. |
String |
Request Message Description: removePendingRecord
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
Record ID. |
String |
ObjectName |
Business object name, which is one of the following: contact or account. |
String |
PendingStatus |
The pending status of the record. |
String |
Response Message Description: removePendingRecord
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Status |
Status of the record. |
String |
ErrorCode |
Error code (if any) that must be passed for the job. |
String |
ErrorMessage |
Specific error message. |
String |
Request Message Description: submitMergeRequestOrganizationRecord
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
MatchId |
Row ID of the duplicate record which is to be merged with the Master record. |
String |
MasterId |
Row ID of the Master record for which duplicates have been found. |
String |
Response Message Description: submitMergeRequestOrganizationRecord
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
ResponseMessage (UCMMergeRequestRs) |
Response message to the UCM Merge request. |
String |
ErrorCode |
Error code (if any) that must be passed for the job. |
String |
ErrorMessage |
Specific error message. |
String |
Request Message Description: submitMergeRequestPersonRecord
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
MatchId |
Match ID. |
Not applicable |
MasterId |
Master ID. |
Not applicable |
Response Message Description: submitMergeRequestPersonRecord
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
ResponseMessage (UCMMergeRequestRs) |
Response message to the UCM Merge request. |
String. |
ErrorCode |
Error code (if any) that must be passed for the job. |
String |
ErrorMessage |
Specific error message. |
String |