GET api/contacts/GetContactSearchListings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ContactSearchListingsVM| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityList | Collection of EntityForList |
None. |
|
| StateList | Collection of StateForList |
None. |
|
| DriversLicenseStateList | Collection of StateForList |
None. |
|
| CountryList | Collection of CountryForList |
None. |
|
| Response | IResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"EntityList": [
{
"EntityID": 1,
"Entity": "sample string 2"
},
{
"EntityID": 1,
"Entity": "sample string 2"
}
],
"StateList": [
{
"StateID": 1,
"State": "sample string 2",
"StateShort": "sample string 3"
},
{
"StateID": 1,
"State": "sample string 2",
"StateShort": "sample string 3"
}
],
"DriversLicenseStateList": [
{
"StateID": 1,
"State": "sample string 2",
"StateShort": "sample string 3"
},
{
"StateID": 1,
"State": "sample string 2",
"StateShort": "sample string 3"
}
],
"CountryList": [
{
"CountryID": 1,
"Country": "sample string 2"
},
{
"CountryID": 1,
"Country": "sample string 2"
}
],
"Response": null
}
application/xml, text/xml
Sample:
<ContactSearchListingsVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Contact">
<Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" />
<CountryList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Country">
<d2p1:CountryForList>
<d2p1:Country>sample string 2</d2p1:Country>
<d2p1:CountryID>1</d2p1:CountryID>
</d2p1:CountryForList>
<d2p1:CountryForList>
<d2p1:Country>sample string 2</d2p1:Country>
<d2p1:CountryID>1</d2p1:CountryID>
</d2p1:CountryForList>
</CountryList>
<DriversLicenseStateList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.State">
<d2p1:StateForList>
<d2p1:State>sample string 2</d2p1:State>
<d2p1:StateID>1</d2p1:StateID>
<d2p1:StateShort>sample string 3</d2p1:StateShort>
</d2p1:StateForList>
<d2p1:StateForList>
<d2p1:State>sample string 2</d2p1:State>
<d2p1:StateID>1</d2p1:StateID>
<d2p1:StateShort>sample string 3</d2p1:StateShort>
</d2p1:StateForList>
</DriversLicenseStateList>
<EntityList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Entity">
<d2p1:EntityForList>
<d2p1:Entity>sample string 2</d2p1:Entity>
<d2p1:EntityID>1</d2p1:EntityID>
</d2p1:EntityForList>
<d2p1:EntityForList>
<d2p1:Entity>sample string 2</d2p1:Entity>
<d2p1:EntityID>1</d2p1:EntityID>
</d2p1:EntityForList>
</EntityList>
<StateList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.State">
<d2p1:StateForList>
<d2p1:State>sample string 2</d2p1:State>
<d2p1:StateID>1</d2p1:StateID>
<d2p1:StateShort>sample string 3</d2p1:StateShort>
</d2p1:StateForList>
<d2p1:StateForList>
<d2p1:State>sample string 2</d2p1:State>
<d2p1:StateID>1</d2p1:StateID>
<d2p1:StateShort>sample string 3</d2p1:StateShort>
</d2p1:StateForList>
</StateList>
</ContactSearchListingsVM>