POST {version}/GetAmountForImportQueueMatches
Get All Import Queue Sources
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
Collection of ImportQueueMatch| Name | Description | Type | Additional information |
|---|---|---|---|
| ImportQueueRecordId | globally unique identifier |
None. |
|
| EntityId | globally unique identifier |
None. |
|
| MatchId | globally unique identifier |
None. |
|
| MatchEmail | string |
None. |
|
| MatchHomePhone | string |
None. |
|
| MatchWorkPhone | string |
None. |
|
| MatchLine1 | string |
None. |
|
| MatchCity | string |
None. |
|
| MatchState | string |
None. |
|
| MatchZip | string |
None. |
|
| MatchIndex | integer |
None. |
|
| MatchAmount | string |
None. |
|
| MatchFirstName | string |
None. |
|
| MatchLastName | string |
None. |
|
| MatchEmployer | string |
None. |
|
| MatchOccupation | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ImportQueueRecordId": "86767b15-1b6d-41f6-9064-b83eace64b53",
"EntityId": "0b75c1bb-9621-4e06-bf26-81b27e6a5d48",
"MatchId": "fb29c725-11af-46ad-b3ca-e8a439a066bc",
"MatchEmail": "sample string 4",
"MatchHomePhone": "sample string 5",
"MatchWorkPhone": "sample string 6",
"MatchLine1": "sample string 7",
"MatchCity": "sample string 8",
"MatchState": "sample string 9",
"MatchZip": "sample string 10",
"MatchIndex": 11,
"MatchAmount": "sample string 12",
"MatchFirstName": "sample string 13",
"MatchLastName": "sample string 14",
"MatchEmployer": "sample string 15",
"MatchOccupation": "sample string 16"
},
{
"ImportQueueRecordId": "86767b15-1b6d-41f6-9064-b83eace64b53",
"EntityId": "0b75c1bb-9621-4e06-bf26-81b27e6a5d48",
"MatchId": "fb29c725-11af-46ad-b3ca-e8a439a066bc",
"MatchEmail": "sample string 4",
"MatchHomePhone": "sample string 5",
"MatchWorkPhone": "sample string 6",
"MatchLine1": "sample string 7",
"MatchCity": "sample string 8",
"MatchState": "sample string 9",
"MatchZip": "sample string 10",
"MatchIndex": 11,
"MatchAmount": "sample string 12",
"MatchFirstName": "sample string 13",
"MatchLastName": "sample string 14",
"MatchEmployer": "sample string 15",
"MatchOccupation": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfImportQueueMatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<ImportQueueMatch>
<EntityId>0b75c1bb-9621-4e06-bf26-81b27e6a5d48</EntityId>
<ImportQueueRecordId>86767b15-1b6d-41f6-9064-b83eace64b53</ImportQueueRecordId>
<MatchAmount>sample string 12</MatchAmount>
<MatchCity>sample string 8</MatchCity>
<MatchEmail>sample string 4</MatchEmail>
<MatchEmployer>sample string 15</MatchEmployer>
<MatchFirstName>sample string 13</MatchFirstName>
<MatchHomePhone>sample string 5</MatchHomePhone>
<MatchId>fb29c725-11af-46ad-b3ca-e8a439a066bc</MatchId>
<MatchIndex>11</MatchIndex>
<MatchLastName>sample string 14</MatchLastName>
<MatchLine1>sample string 7</MatchLine1>
<MatchOccupation>sample string 16</MatchOccupation>
<MatchState>sample string 9</MatchState>
<MatchWorkPhone>sample string 6</MatchWorkPhone>
<MatchZip>sample string 10</MatchZip>
</ImportQueueMatch>
<ImportQueueMatch>
<EntityId>0b75c1bb-9621-4e06-bf26-81b27e6a5d48</EntityId>
<ImportQueueRecordId>86767b15-1b6d-41f6-9064-b83eace64b53</ImportQueueRecordId>
<MatchAmount>sample string 12</MatchAmount>
<MatchCity>sample string 8</MatchCity>
<MatchEmail>sample string 4</MatchEmail>
<MatchEmployer>sample string 15</MatchEmployer>
<MatchFirstName>sample string 13</MatchFirstName>
<MatchHomePhone>sample string 5</MatchHomePhone>
<MatchId>fb29c725-11af-46ad-b3ca-e8a439a066bc</MatchId>
<MatchIndex>11</MatchIndex>
<MatchLastName>sample string 14</MatchLastName>
<MatchLine1>sample string 7</MatchLine1>
<MatchOccupation>sample string 16</MatchOccupation>
<MatchState>sample string 9</MatchState>
<MatchWorkPhone>sample string 6</MatchWorkPhone>
<MatchZip>sample string 10</MatchZip>
</ImportQueueMatch>
</ArrayOfImportQueueMatch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Get All Import Queue Sources
Collection of ImportQueueMatch| Name | Description | Type | Additional information |
|---|---|---|---|
| ImportQueueRecordId | globally unique identifier |
None. |
|
| EntityId | globally unique identifier |
None. |
|
| MatchId | globally unique identifier |
None. |
|
| MatchEmail | string |
None. |
|
| MatchHomePhone | string |
None. |
|
| MatchWorkPhone | string |
None. |
|
| MatchLine1 | string |
None. |
|
| MatchCity | string |
None. |
|
| MatchState | string |
None. |
|
| MatchZip | string |
None. |
|
| MatchIndex | integer |
None. |
|
| MatchAmount | string |
None. |
|
| MatchFirstName | string |
None. |
|
| MatchLastName | string |
None. |
|
| MatchEmployer | string |
None. |
|
| MatchOccupation | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ImportQueueRecordId": "dcdf23b7-cf1c-4e4a-9967-cbb06f3bc66d",
"EntityId": "bdbc1740-a81c-4c07-bbec-99223b36ed3d",
"MatchId": "4f51a78d-a11b-4f51-93ce-37599fcabfc2",
"MatchEmail": "sample string 4",
"MatchHomePhone": "sample string 5",
"MatchWorkPhone": "sample string 6",
"MatchLine1": "sample string 7",
"MatchCity": "sample string 8",
"MatchState": "sample string 9",
"MatchZip": "sample string 10",
"MatchIndex": 11,
"MatchAmount": "sample string 12",
"MatchFirstName": "sample string 13",
"MatchLastName": "sample string 14",
"MatchEmployer": "sample string 15",
"MatchOccupation": "sample string 16"
},
{
"ImportQueueRecordId": "dcdf23b7-cf1c-4e4a-9967-cbb06f3bc66d",
"EntityId": "bdbc1740-a81c-4c07-bbec-99223b36ed3d",
"MatchId": "4f51a78d-a11b-4f51-93ce-37599fcabfc2",
"MatchEmail": "sample string 4",
"MatchHomePhone": "sample string 5",
"MatchWorkPhone": "sample string 6",
"MatchLine1": "sample string 7",
"MatchCity": "sample string 8",
"MatchState": "sample string 9",
"MatchZip": "sample string 10",
"MatchIndex": 11,
"MatchAmount": "sample string 12",
"MatchFirstName": "sample string 13",
"MatchLastName": "sample string 14",
"MatchEmployer": "sample string 15",
"MatchOccupation": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfImportQueueMatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<ImportQueueMatch>
<EntityId>bdbc1740-a81c-4c07-bbec-99223b36ed3d</EntityId>
<ImportQueueRecordId>dcdf23b7-cf1c-4e4a-9967-cbb06f3bc66d</ImportQueueRecordId>
<MatchAmount>sample string 12</MatchAmount>
<MatchCity>sample string 8</MatchCity>
<MatchEmail>sample string 4</MatchEmail>
<MatchEmployer>sample string 15</MatchEmployer>
<MatchFirstName>sample string 13</MatchFirstName>
<MatchHomePhone>sample string 5</MatchHomePhone>
<MatchId>4f51a78d-a11b-4f51-93ce-37599fcabfc2</MatchId>
<MatchIndex>11</MatchIndex>
<MatchLastName>sample string 14</MatchLastName>
<MatchLine1>sample string 7</MatchLine1>
<MatchOccupation>sample string 16</MatchOccupation>
<MatchState>sample string 9</MatchState>
<MatchWorkPhone>sample string 6</MatchWorkPhone>
<MatchZip>sample string 10</MatchZip>
</ImportQueueMatch>
<ImportQueueMatch>
<EntityId>bdbc1740-a81c-4c07-bbec-99223b36ed3d</EntityId>
<ImportQueueRecordId>dcdf23b7-cf1c-4e4a-9967-cbb06f3bc66d</ImportQueueRecordId>
<MatchAmount>sample string 12</MatchAmount>
<MatchCity>sample string 8</MatchCity>
<MatchEmail>sample string 4</MatchEmail>
<MatchEmployer>sample string 15</MatchEmployer>
<MatchFirstName>sample string 13</MatchFirstName>
<MatchHomePhone>sample string 5</MatchHomePhone>
<MatchId>4f51a78d-a11b-4f51-93ce-37599fcabfc2</MatchId>
<MatchIndex>11</MatchIndex>
<MatchLastName>sample string 14</MatchLastName>
<MatchLine1>sample string 7</MatchLine1>
<MatchOccupation>sample string 16</MatchOccupation>
<MatchState>sample string 9</MatchState>
<MatchWorkPhone>sample string 6</MatchWorkPhone>
<MatchZip>sample string 10</MatchZip>
</ImportQueueMatch>
</ArrayOfImportQueueMatch>