PUT api/LtDocumentPosts/LtOfsingleImagePost/{postid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| postid | integer |
Required |
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": "31a73143-e50a-4385-ae29-f5a866cbb8cf",
"LastChanged": "2026-02-21T23:59:27.988445+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>31a73143-e50a-4385-ae29-f5a866cbb8cf</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-02-21T23:59:27.988445+00:00</LastChanged> <PostId>1</PostId> </LtDocumentPost>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.