GET api/Accounts/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Account
NameDescriptionTypeAdditional information
MemberId

string

None.

Id

string

None.

NumberOfEmployees

integer

None.

Name

string

None.

PrimaryContact

Contact

None.

MembershipEndDate

string

None.

AddressLine1

string

None.

AddressLine2

string

None.

City

string

None.

State

string

None.

Zip

string

None.

Telephone1

string

None.

StatusCode

string

None.

QAProgramNumber

string

None.

ExcludeFromHL

boolean

None.

ExcludeFromHLDirectory

boolean

None.

Base64Image

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'ParentAccount' with type 'AltaiStandard.Web.ClientIntegrationService.Models.Account'. Path 'PrimaryContact'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'ParentAccount' with type 'AltaiStandard.Web.ClientIntegrationService.Models.Account'. Path 'PrimaryContact'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'AltaiStandard.Web.ClientIntegrationService.Models.Contact' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'AltaiStandard.Web.ClientIntegrationService.Models.Contact' contains cycles and cannot be serialized if reference tracking is disabled.