POST api/LtDocumentSite/MultiplePost
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "21e5e6fc-7de7-4cb3-ba7d-e26942f28f90", "SiteId": 2, "LastChanged": "2025-08-14T03:13:06.3256485+00:00", "LastChange_AuthorId": 1 }, { "DocumentId": "21e5e6fc-7de7-4cb3-ba7d-e26942f28f90", "SiteId": 2, "LastChanged": "2025-08-14T03:13:06.3256485+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>21e5e6fc-7de7-4cb3-ba7d-e26942f28f90</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:06.3256485+00:00</LastChanged> <SiteId>2</SiteId> </LtDocumentSite> <LtDocumentSite> <DocumentId>21e5e6fc-7de7-4cb3-ba7d-e26942f28f90</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:06.3256485+00:00</LastChanged> <SiteId>2</SiteId> </LtDocumentSite> </ArrayOfLtDocumentSite>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of 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": "5b837453-a3c3-4ca7-95d5-ec62138f41ba", "SiteId": 2, "LastChanged": "2025-08-14T03:13:06.3256485+00:00", "LastChange_AuthorId": 1 }, { "DocumentId": "5b837453-a3c3-4ca7-95d5-ec62138f41ba", "SiteId": 2, "LastChanged": "2025-08-14T03:13:06.3256485+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>5b837453-a3c3-4ca7-95d5-ec62138f41ba</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:06.3256485+00:00</LastChanged> <SiteId>2</SiteId> </LtDocumentSite> <LtDocumentSite> <DocumentId>5b837453-a3c3-4ca7-95d5-ec62138f41ba</DocumentId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:06.3256485+00:00</LastChanged> <SiteId>2</SiteId> </LtDocumentSite> </ArrayOfLtDocumentSite>