POST api/LtDocumentSite
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": "7344e0f9-9e87-426d-a340-2cad2a7e58df",
"SiteId": 2,
"LastChanged": "2026-08-28T04:57:46.0771889+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>7344e0f9-9e87-426d-a340-2cad2a7e58df</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-28T04:57:46.0771889+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": "e3d493dd-263a-4a29-8dc0-8d7ff8da61d2",
"SiteId": 2,
"LastChanged": "2026-08-28T04:57:46.0771889+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>e3d493dd-263a-4a29-8dc0-8d7ff8da61d2</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-28T04:57:46.0771889+00:00</LastChanged> <SiteId>2</SiteId> </LtDocumentSite>