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": "e27da996-8f3f-4a96-8332-3e494dbc5430",
"LastChanged": "2025-12-27T01:16:43.2425184+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>e27da996-8f3f-4a96-8332-3e494dbc5430</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-12-27T01:16:43.2425184+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": "6725b3ca-3253-4869-9c7b-c780eec2a529",
"LastChanged": "2025-12-27T01:16:43.2425184+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>6725b3ca-3253-4869-9c7b-c780eec2a529</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-12-27T01:16:43.2425184+00:00</LastChanged> <PostId>1</PostId> </LtDocumentPost>