PUT api/v1/InterfaceLanguages

Request Information

URI Parameters

None.

Body Parameters

EditInterfaceLanguageRequest
NameDescriptionTypeAdditional information
InterfaceLanguage

InterfaceLanguageDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "InterfaceLanguage": {
    "Code": "sample string 1",
    "IsVisibleInAmsps": true,
    "IsVisibleInPersonalArea": true,
    "CreateTime": "2025-12-06T07:32:22.3874251+03:00",
    "UpdateTime": "2025-12-06T07:32:22.3874251+03:00"
  }
}

application/xml, text/xml

Sample:
<EditInterfaceLanguageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Settings.Contracts">
  <InterfaceLanguage>
    <Code>sample string 1</Code>
    <CreateTime>2025-12-06T07:32:22.3874251+03:00</CreateTime>
    <IsVisibleInAmsps>true</IsVisibleInAmsps>
    <IsVisibleInPersonalArea>true</IsVisibleInPersonalArea>
    <UpdateTime>2025-12-06T07:32:22.3874251+03:00</UpdateTime>
  </InterfaceLanguage>
</EditInterfaceLanguageRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.