POST api/LiteralIntern/CreateLiteralIntern
Documentation for 'CreateLiteralIntern'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
literalIntern | Documentation for 'literalIntern'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "code": "sample string 1", "value": "sample string 2", "language_Id": 3, "language": { "name": "sample string 1", "code": "sample string 2", "sequence": 3, "active": true, "imageUrl": "sample string 5", "getFullString": "7;sample string 2;sample string 1", "literalInternVersion": 6, "id": 7 }, "langCode": "sample string 4", "createdDate": "2025-04-30T14:57:35.892717+02:00", "createdUser": "sample string 5", "modifiedDate": "2025-04-30T14:57:35.892717+02:00", "modifiedUser": "sample string 6", "getFullString": "8;sample string 2;sample string 1;3", "orginalValue": "sample string 7", "id": 8 }
application/xml, text/xml
Sample:
<LiteralInternVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>8</Id> <Code>sample string 1</Code> <Value>sample string 2</Value> <Language_Id>3</Language_Id> <Language> <Id>7</Id> <Name>sample string 1</Name> <Code>sample string 2</Code> <Sequence>3</Sequence> <Active>true</Active> <ImageUrl>sample string 5</ImageUrl> <LiteralInternVersion>6</LiteralInternVersion> </Language> <LangCode>sample string 4</LangCode> <CreatedDate>2025-04-30T14:57:35.892717+02:00</CreatedDate> <CreatedUser>sample string 5</CreatedUser> <ModifiedDate>2025-04-30T14:57:35.892717+02:00</ModifiedDate> <ModifiedUser>sample string 6</ModifiedUser> <OrginalValue>sample string 7</OrginalValue> </LiteralInternVM>
application/x-www-form-urlencoded
Sample:
Sample not available.