POST Api/Account/GetByTypes

Request Information

URI Parameters

None.

Body Parameters

GenericViewModel
NameDescriptionTypeAdditional information
ListInt

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ListInt": [
    1,
    1
  ]
}

application/xml, text/xml

Sample:
<GenericViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
  <ListInt xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>1</d2p1:int>
  </ListInt>
</GenericViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AccountViewModel
NameDescriptionTypeAdditional information
Fullname

string

None.

SourceName

string

None.

StageDesc

string

None.

StatusDesc

string

None.

IndustryDesc

string

None.

TotalCount

integer

None.

AccountId

integer

None.

AccountCode

string

None.

AccountName

string

None.

UserId

integer

None.

LeadId

integer

None.

AliasName

string

None.

ReferredBy

string

None.

IsActive

boolean

None.

AccountAddress

Collection of AccountAddress

None.

Contacts

Collection of Contact

None.

Lead

Lead

None.

User

User

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

CreatedByUserId

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.