GET api/Language/ByAccountId?accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LanguageBasicName | Description | Type | Additional 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>