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": "73a16f15-2553-4bf3-813a-e7b132363ebf",
"LastChanged": "2026-05-29T16:37:41.989275+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>73a16f15-2553-4bf3-813a-e7b132363ebf</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-05-29T16:37:41.989275+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": "daf9bb13-c194-4174-a297-6e2b45a116c7",
"LastChanged": "2026-05-29T16:37:41.989275+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>daf9bb13-c194-4174-a297-6e2b45a116c7</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-05-29T16:37:41.989275+00:00</LastChanged> <PostId>1</PostId> </LtDocumentPost>