POST api/LtDocumentSite/PostLtDocumentSite
Request Information
URI Parameters
None.
Body Parameters
LtDocumentSiteName | 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": "4f016465-6fe0-4f66-b8cf-6e2bab2e2d17", "SiteId": 2, "LastChanged": "2025-08-14T03:18:38.8923787+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>4f016465-6fe0-4f66-b8cf-6e2bab2e2d17</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:18:38.8923787+00:00</LastChanged> <SiteId>2</SiteId> </LtDocumentSite>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LtDocumentSiteName | 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": "fa11b906-b617-4bba-b9a6-85d746b0ef58", "SiteId": 2, "LastChanged": "2025-08-14T03:18:38.8923787+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>fa11b906-b617-4bba-b9a6-85d746b0ef58</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:18:38.8923787+00:00</LastChanged> <SiteId>2</SiteId> </LtDocumentSite>