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": "00e87d7d-964f-4df4-bfe1-d2aa48c37488",
    "GroupId": 2,
    "LastChanged": "2026-02-21T11:39:26.2948784+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "DocumentId": "00e87d7d-964f-4df4-bfe1-d2aa48c37488",
    "GroupId": 2,
    "LastChanged": "2026-02-21T11:39:26.2948784+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>00e87d7d-964f-4df4-bfe1-d2aa48c37488</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2026-02-21T11:39:26.2948784+00:00</LastChanged>
  </Lt_DocumentGroup>
  <Lt_DocumentGroup>
    <DocumentId>00e87d7d-964f-4df4-bfe1-d2aa48c37488</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2026-02-21T11:39:26.2948784+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": "8d9ea7a6-40a6-4eaa-b172-d0e364bd150c",
    "GroupId": 2,
    "LastChanged": "2026-02-21T11:39:26.2948784+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "DocumentId": "8d9ea7a6-40a6-4eaa-b172-d0e364bd150c",
    "GroupId": 2,
    "LastChanged": "2026-02-21T11:39:26.2948784+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>8d9ea7a6-40a6-4eaa-b172-d0e364bd150c</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2026-02-21T11:39:26.2948784+00:00</LastChanged>
  </Lt_DocumentGroup>
  <Lt_DocumentGroup>
    <DocumentId>8d9ea7a6-40a6-4eaa-b172-d0e364bd150c</DocumentId>
    <GroupId>2</GroupId>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2026-02-21T11:39:26.2948784+00:00</LastChanged>
  </Lt_DocumentGroup>
</ArrayOfLt_DocumentGroup>