POST api/LtDocumentSite/MultiplePost

Request Information

URI Parameters

None.

Body Parameters

Collection of LtDocumentSite
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

SiteId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "DocumentId": "048c165b-ce24-473a-a718-1e2c65aaaad1",
    "SiteId": 2,
    "LastChanged": "2025-12-27T01:17:51.6011787+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "DocumentId": "048c165b-ce24-473a-a718-1e2c65aaaad1",
    "SiteId": 2,
    "LastChanged": "2025-12-27T01:17:51.6011787+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>048c165b-ce24-473a-a718-1e2c65aaaad1</DocumentId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-12-27T01:17:51.6011787+00:00</LastChanged>
    <SiteId>2</SiteId>
  </LtDocumentSite>
  <LtDocumentSite>
    <DocumentId>048c165b-ce24-473a-a718-1e2c65aaaad1</DocumentId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-12-27T01:17:51.6011787+00:00</LastChanged>
    <SiteId>2</SiteId>
  </LtDocumentSite>
</ArrayOfLtDocumentSite>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

Collection of LtDocumentSite
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

SiteId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DocumentId": "ad6754a8-2190-4f19-9fe9-5a194b87adae",
    "SiteId": 2,
    "LastChanged": "2025-12-27T01:17:51.6011787+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "DocumentId": "ad6754a8-2190-4f19-9fe9-5a194b87adae",
    "SiteId": 2,
    "LastChanged": "2025-12-27T01:17:51.6011787+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>ad6754a8-2190-4f19-9fe9-5a194b87adae</DocumentId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-12-27T01:17:51.6011787+00:00</LastChanged>
    <SiteId>2</SiteId>
  </LtDocumentSite>
  <LtDocumentSite>
    <DocumentId>ad6754a8-2190-4f19-9fe9-5a194b87adae</DocumentId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-12-27T01:17:51.6011787+00:00</LastChanged>
    <SiteId>2</SiteId>
  </LtDocumentSite>
</ArrayOfLtDocumentSite>