DELETE api/LtTypeMessageNotificationLangues/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LtTypeMessageNotificationLangueName | Description | Type | Additional 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>