POST Client/LanguageDelete
Delete Client's language skill record (Android Version)
Request Information
URI Parameters
None.
Body Parameters
LanguageId is required. ProficiencyCodeId is NOT required
ParaLanguageSelectName | Description | Type | Additional 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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |