POST api/LtDocumentSite/PostLtDocumentSite
Request Information
URI Parameters
None.
Body Parameters
LtDocumentSite| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId | globally unique identifier |
None. |
|
| SiteId | integer |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocumentId": "637d7024-b86c-4eb9-a493-5784eee8c1bd",
"SiteId": 2,
"LastChanged": "2026-06-07T06:55:46.682117+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<LtDocumentSite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <DocumentId>637d7024-b86c-4eb9-a493-5784eee8c1bd</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-06-07T06:55:46.682117+00:00</LastChanged> <SiteId>2</SiteId> </LtDocumentSite>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LtDocumentSite| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId | globally unique identifier |
None. |
|
| SiteId | integer |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"DocumentId": "506e1cf9-3a1b-479a-b61a-ee35a863d3ad",
"SiteId": 2,
"LastChanged": "2026-06-07T06:55:46.682117+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<LtDocumentSite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <DocumentId>506e1cf9-3a1b-479a-b61a-ee35a863d3ad</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-06-07T06:55:46.682117+00:00</LastChanged> <SiteId>2</SiteId> </LtDocumentSite>