POST api/LT_Employe_Reaction_Post/PostLT_Employe_Reaction_Post
Request Information
URI Parameters
None.
Body Parameters
LT_Employe_Reaction_Post| Name | Description | Type | Additional information |
|---|---|---|---|
| ReactionId | integer |
None. |
|
| EmployesId | integer |
None. |
|
| PostId | integer |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReactionId": 1,
"EmployesId": 2,
"PostId": 3,
"LastChanged": "2025-12-25T13:47:24.6645814+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<LT_Employe_Reaction_Post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <EmployesId>2</EmployesId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-12-25T13:47:24.6645814+00:00</LastChanged> <PostId>3</PostId> <ReactionId>1</ReactionId> </LT_Employe_Reaction_Post>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LT_Employe_Reaction_Post| Name | Description | Type | Additional information |
|---|---|---|---|
| ReactionId | integer |
None. |
|
| EmployesId | integer |
None. |
|
| PostId | integer |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReactionId": 1,
"EmployesId": 2,
"PostId": 3,
"LastChanged": "2025-12-25T13:47:24.6645814+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<LT_Employe_Reaction_Post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <EmployesId>2</EmployesId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-12-25T13:47:24.6645814+00:00</LastChanged> <PostId>3</PostId> <ReactionId>1</ReactionId> </LT_Employe_Reaction_Post>