MasterService Operations
For a list of the operations associated with this Web service, see the following table.
Name | Description |
---|---|
getMasterEntitiesCount |
Returns the number of mastered Account or Contact records in a given period. The input is given in the form of an integration object where the object and search specification are specified. |
getMasterOrganizationDetails |
Returns details of the mastered Account records from a given period. |
getMasterPersonDetails |
Returns details of the mastered Contact records from a given period. |
Request Message Description: getMasterEntitiesCount
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
startDateTime |
Start date and time for a given job. |
String |
endDateTime |
End date and time for a given job. |
String |
SwiRecordCountIO |
An instance of the integration object, SwiRecordCount. |
Integration Object |
Response Message Description: getMasterEntitiesCount
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
SwiRecordCountIOResults |
An instance of the integration object, SwiRecordCountResults. |
Integration Object |
errorMessage |
Specific error message. |
String |
Request Message Description: getMasterOrganizationDetails
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
startDateTime |
Start date and time for a given job. |
String |
endDateTime |
End 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 |
SearchSpec |
Search specification for the Account or Contact business component. |
String |
NewQuery |
Starts a new query. |
String |
Response Message Description: getMasterOrganizationDetails
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
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 |
SwiOrgIO |
An instance of the integration object, SwiOrgIO. |
Integration Object |
Request Message Description: getMasterPersonDetails
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
startDateTime |
Start date and time for a given job. |
String |
endDateTime |
End 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 |
NewQuery |
Starts a new query. |
String |
PageSize |
Indicates the number of records to be returned. |
String |
SortSpec |
The sort criteria applied to the business component. |
String |
SearchSpec |
Search specification for the Account or Contact business component. |
String |
Response Message Description: getMasterPersonDetails
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
errorMessage |
Specific error message. |
String |
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 |