POST api/LtDocumentPosts/PostLtDocumentPost
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": "f7e7f5e3-9699-490e-a3c7-36766e077069",
"LastChanged": "2026-04-05T06:57:37.1165041+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>f7e7f5e3-9699-490e-a3c7-36766e077069</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-04-05T06:57:37.1165041+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": "1e1fcfb1-0cd6-4673-9837-8d084c11d809",
"LastChanged": "2026-04-05T06:57:37.1321148+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>1e1fcfb1-0cd6-4673-9837-8d084c11d809</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-04-05T06:57:37.1321148+00:00</LastChanged> <PostId>1</PostId> </LtDocumentPost>