POST api/Lt_DocTargetedToGroup/MultiplePost

Request Information

URI Parameters

None.

Body Parameters

Collection of Lt_DocumentGroup
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

GroupId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "DocumentId": "2066e46b-7b59-4752-8d0b-c603aa4ad904",
    "GroupId": 2,
    "LastChanged": "2026-08-18T09:23:36.7070285+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "DocumentId": "2066e46b-7b59-4752-8d0b-c603aa4ad904",
    "GroupId": 2,
    "LastChanged": "2026-08-18T09:23:36.7070285+00:00",
    "LastChange_AuthorId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfLt_DocumentGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <Lt_DocumentGroup>
    <DocumentId>2066e46b-7b59-4752-8d0b-c603aa4ad904</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2026-08-18T09:23:36.7070285+00:00</LastChanged>
  </Lt_DocumentGroup>
  <Lt_DocumentGroup>
    <DocumentId>2066e46b-7b59-4752-8d0b-c603aa4ad904</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2026-08-18T09:23:36.7070285+00:00</LastChanged>
  </Lt_DocumentGroup>
</ArrayOfLt_DocumentGroup>

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 Lt_DocumentGroup
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

GroupId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DocumentId": "889935f5-e028-4b9c-b05d-5576d86e69f8",
    "GroupId": 2,
    "LastChanged": "2026-08-18T09:23:36.7226478+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "DocumentId": "889935f5-e028-4b9c-b05d-5576d86e69f8",
    "GroupId": 2,
    "LastChanged": "2026-08-18T09:23:36.7226478+00:00",
    "LastChange_AuthorId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfLt_DocumentGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <Lt_DocumentGroup>
    <DocumentId>889935f5-e028-4b9c-b05d-5576d86e69f8</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2026-08-18T09:23:36.7226478+00:00</LastChanged>
  </Lt_DocumentGroup>
  <Lt_DocumentGroup>
    <DocumentId>889935f5-e028-4b9c-b05d-5576d86e69f8</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2026-08-18T09:23:36.7226478+00:00</LastChanged>
  </Lt_DocumentGroup>
</ArrayOfLt_DocumentGroup>