POST Provider/Language

Add a new language for a provider.

Request Information

URI Parameters

None.

Body Parameters

ParaLanguageSelect
NameDescriptionTypeAdditional information
LanguageId

integer

None.

ProficiencyCodeId

integer

None.

UserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LanguageId": 1,
  "ProficiencyCodeId": 1,
  "UserName": "sample string 2"
}

application/xml, text/xml

Sample:
<ParaLanguageSelect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <LanguageId>1</LanguageId>
  <ProficiencyCodeId>1</ProficiencyCodeId>
  <UserName>sample string 2</UserName>
</ParaLanguageSelect>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.