POST api/Lt_DocTargetedToGroup/MultiplePost
Request Information
URI Parameters
None.
Body Parameters
Collection of Lt_DocumentGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId | globally unique identifier |
None. |
|
| GroupId | integer |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"DocumentId": "c9b1a9af-a3b5-4c8e-b9a2-eff94aa5ed23",
"GroupId": 2,
"LastChanged": "2026-07-03T18:27:13.7453057+00:00",
"LastChange_AuthorId": 1
},
{
"DocumentId": "c9b1a9af-a3b5-4c8e-b9a2-eff94aa5ed23",
"GroupId": 2,
"LastChanged": "2026-07-03T18:27:13.7453057+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>c9b1a9af-a3b5-4c8e-b9a2-eff94aa5ed23</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-07-03T18:27:13.7453057+00:00</LastChanged>
</Lt_DocumentGroup>
<Lt_DocumentGroup>
<DocumentId>c9b1a9af-a3b5-4c8e-b9a2-eff94aa5ed23</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-07-03T18:27:13.7453057+00:00</LastChanged>
</Lt_DocumentGroup>
</ArrayOfLt_DocumentGroup>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of Lt_DocumentGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId | globally unique identifier |
None. |
|
| GroupId | integer |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DocumentId": "c3c8b610-424b-47c8-84b4-1cf7bfc176d6",
"GroupId": 2,
"LastChanged": "2026-07-03T18:27:13.7453057+00:00",
"LastChange_AuthorId": 1
},
{
"DocumentId": "c3c8b610-424b-47c8-84b4-1cf7bfc176d6",
"GroupId": 2,
"LastChanged": "2026-07-03T18:27:13.7453057+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>c3c8b610-424b-47c8-84b4-1cf7bfc176d6</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-07-03T18:27:13.7453057+00:00</LastChanged>
</Lt_DocumentGroup>
<Lt_DocumentGroup>
<DocumentId>c3c8b610-424b-47c8-84b4-1cf7bfc176d6</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-07-03T18:27:13.7453057+00:00</LastChanged>
</Lt_DocumentGroup>
</ArrayOfLt_DocumentGroup>