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": "accd1117-e50f-4b8e-8654-fe8b0ef54a11",
    "GroupId": 2,
    "LastChanged": "2025-12-27T12:22:43.3516741+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "DocumentId": "accd1117-e50f-4b8e-8654-fe8b0ef54a11",
    "GroupId": 2,
    "LastChanged": "2025-12-27T12:22:43.3516741+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>accd1117-e50f-4b8e-8654-fe8b0ef54a11</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-12-27T12:22:43.3516741+00:00</LastChanged>
  </Lt_DocumentGroup>
  <Lt_DocumentGroup>
    <DocumentId>accd1117-e50f-4b8e-8654-fe8b0ef54a11</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-12-27T12:22:43.3516741+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": "87949cc0-f28f-4ddd-b52f-c0f563f0edb1",
    "GroupId": 2,
    "LastChanged": "2025-12-27T12:22:43.3516741+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "DocumentId": "87949cc0-f28f-4ddd-b52f-c0f563f0edb1",
    "GroupId": 2,
    "LastChanged": "2025-12-27T12:22:43.3516741+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>87949cc0-f28f-4ddd-b52f-c0f563f0edb1</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-12-27T12:22:43.3516741+00:00</LastChanged>
  </Lt_DocumentGroup>
  <Lt_DocumentGroup>
    <DocumentId>87949cc0-f28f-4ddd-b52f-c0f563f0edb1</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-12-27T12:22:43.3516741+00:00</LastChanged>
  </Lt_DocumentGroup>
</ArrayOfLt_DocumentGroup>