GET api/Language/ByAccountId?accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

LanguageBasic
NameDescriptionTypeAdditional information
Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1"
}

application/xml, text/xml

Sample:
<LanguageBasic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.Languages">
  <Name>sample string 1</Name>
</LanguageBasic>