POST api/LtDocumentPosts
Request Information
URI Parameters
None.
Body Parameters
LtDocumentPost| Name | Description | Type | Additional information |
|---|---|---|---|
| PostId | integer |
None. |
|
| DocumentId | globally unique identifier |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PostId": 1,
"DocumentId": "5d434f01-d60c-4804-a462-9939249a05f9",
"LastChanged": "2026-06-07T06:55:46.4789879+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<LtDocumentPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <DocumentId>5d434f01-d60c-4804-a462-9939249a05f9</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-06-07T06:55:46.4789879+00:00</LastChanged> <PostId>1</PostId> </LtDocumentPost>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LtDocumentPost| Name | Description | Type | Additional information |
|---|---|---|---|
| PostId | integer |
None. |
|
| DocumentId | globally unique identifier |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PostId": 1,
"DocumentId": "3dc37115-f7cd-44d2-9073-1eb3e3bfebd1",
"LastChanged": "2026-06-07T06:55:46.4946114+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<LtDocumentPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <DocumentId>3dc37115-f7cd-44d2-9073-1eb3e3bfebd1</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-06-07T06:55:46.4946114+00:00</LastChanged> <PostId>1</PostId> </LtDocumentPost>