POST api/LtTypeMessageNotificationLangues

Request Information

URI Parameters

None.

Body Parameters

LtTypeMessageNotificationLangue
NameDescriptionTypeAdditional information
Id

integer

None.

TypeMessageId

integer

None.

LangueId

integer

None.

NotificationId

integer

None.

IsHeader

boolean

None.

IsForAuthor

boolean

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TypeMessageId": 2,
  "LangueId": 3,
  "NotificationId": 4,
  "IsHeader": true,
  "IsForAuthor": true,
  "LastChange_AuthorId": 1
}

application/xml, text/xml

Sample:
<LtTypeMessageNotificationLangue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <Id>1</Id>
  <IsForAuthor>true</IsForAuthor>
  <IsHeader>true</IsHeader>
  <LangueId>3</LangueId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <NotificationId>4</NotificationId>
  <TypeMessageId>2</TypeMessageId>
</LtTypeMessageNotificationLangue>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LtTypeMessageNotificationLangue'.

Response Information

Resource Description

LtTypeMessageNotificationLangue
NameDescriptionTypeAdditional information
Id

integer

None.

TypeMessageId

integer

None.

LangueId

integer

None.

NotificationId

integer

None.

IsHeader

boolean

None.

IsForAuthor

boolean

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TypeMessageId": 2,
  "LangueId": 3,
  "NotificationId": 4,
  "IsHeader": true,
  "IsForAuthor": true,
  "LastChange_AuthorId": 1
}

application/xml, text/xml

Sample:
<LtTypeMessageNotificationLangue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <Id>1</Id>
  <IsForAuthor>true</IsForAuthor>
  <IsHeader>true</IsHeader>
  <LangueId>3</LangueId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <NotificationId>4</NotificationId>
  <TypeMessageId>2</TypeMessageId>
</LtTypeMessageNotificationLangue>