POST api/v1/InterfaceLanguages/Many

Request Information

URI Parameters

None.

Body Parameters

AddInterfaceLanguagesRequest
NameDescriptionTypeAdditional information
InterfaceLanguages

Collection of InterfaceLanguageDTO

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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.