GET api/AccountSearch/GetAccountSearchSimpleListings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AccountSearchSimpleListingsVM| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryList | Collection of CountryForList |
None. |
|
| EntityList | Collection of EntityForList |
None. |
|
| EntityTypeList | Collection of EntityTypeForList |
None. |
|
| AccountStatusTypeList | Collection of AccountStatusTypeForList |
None. |
|
| Response | IResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"CountryList": [
{
"CountryID": 1,
"Country": "sample string 2"
},
{
"CountryID": 1,
"Country": "sample string 2"
}
],
"EntityList": [
{
"EntityID": 1,
"Entity": "sample string 2"
},
{
"EntityID": 1,
"Entity": "sample string 2"
}
],
"EntityTypeList": [
{
"EntityTypeID": 1,
"EntityType": "sample string 2"
},
{
"EntityTypeID": 1,
"EntityType": "sample string 2"
}
],
"AccountStatusTypeList": [
{
"AccountStatusTypeID": 1,
"AccountStatusType": "sample string 2"
},
{
"AccountStatusTypeID": 1,
"AccountStatusType": "sample string 2"
}
],
"Response": null
}
application/xml, text/xml
Sample:
<AccountSearchSimpleListingsVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Account.AccountSearch">
<Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" />
<AccountStatusTypeList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.AccountStatusType">
<d2p1:AccountStatusTypeForList>
<d2p1:AccountStatusType>sample string 2</d2p1:AccountStatusType>
<d2p1:AccountStatusTypeID>1</d2p1:AccountStatusTypeID>
</d2p1:AccountStatusTypeForList>
<d2p1:AccountStatusTypeForList>
<d2p1:AccountStatusType>sample string 2</d2p1:AccountStatusType>
<d2p1:AccountStatusTypeID>1</d2p1:AccountStatusTypeID>
</d2p1:AccountStatusTypeForList>
</AccountStatusTypeList>
<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>
<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>
<EntityTypeList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.EntityType">
<d2p1:EntityTypeForList>
<d2p1:EntityType>sample string 2</d2p1:EntityType>
<d2p1:EntityTypeID>1</d2p1:EntityTypeID>
</d2p1:EntityTypeForList>
<d2p1:EntityTypeForList>
<d2p1:EntityType>sample string 2</d2p1:EntityType>
<d2p1:EntityTypeID>1</d2p1:EntityTypeID>
</d2p1:EntityTypeForList>
</EntityTypeList>
</AccountSearchSimpleListingsVM>