POST api/LtDocumentSite/MultiplePost
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "be7832fe-bff1-4ecb-98c1-299257e3489a",
"SiteId": 2,
"LastChanged": "2026-04-10T01:04:00.1874989+00:00",
"LastChange_AuthorId": 1
},
{
"DocumentId": "be7832fe-bff1-4ecb-98c1-299257e3489a",
"SiteId": 2,
"LastChanged": "2026-04-10T01:04:00.1874989+00:00",
"LastChange_AuthorId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfLtDocumentSite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
<LtDocumentSite>
<DocumentId>be7832fe-bff1-4ecb-98c1-299257e3489a</DocumentId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-04-10T01:04:00.1874989+00:00</LastChanged>
<SiteId>2</SiteId>
</LtDocumentSite>
<LtDocumentSite>
<DocumentId>be7832fe-bff1-4ecb-98c1-299257e3489a</DocumentId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-04-10T01:04:00.1874989+00:00</LastChanged>
<SiteId>2</SiteId>
</LtDocumentSite>
</ArrayOfLtDocumentSite>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of 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": "a0bd5a9a-575f-432c-9dbc-b1ac8f4c147b",
"SiteId": 2,
"LastChanged": "2026-04-10T01:04:00.1874989+00:00",
"LastChange_AuthorId": 1
},
{
"DocumentId": "a0bd5a9a-575f-432c-9dbc-b1ac8f4c147b",
"SiteId": 2,
"LastChanged": "2026-04-10T01:04:00.1874989+00:00",
"LastChange_AuthorId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfLtDocumentSite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
<LtDocumentSite>
<DocumentId>a0bd5a9a-575f-432c-9dbc-b1ac8f4c147b</DocumentId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-04-10T01:04:00.1874989+00:00</LastChanged>
<SiteId>2</SiteId>
</LtDocumentSite>
<LtDocumentSite>
<DocumentId>a0bd5a9a-575f-432c-9dbc-b1ac8f4c147b</DocumentId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-04-10T01:04:00.1874989+00:00</LastChanged>
<SiteId>2</SiteId>
</LtDocumentSite>
</ArrayOfLtDocumentSite>