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": "4a60cf38-8a64-45d0-9ae0-88b3d9676e12",
"GroupId": 2,
"LastChanged": "2026-05-29T16:37:58.0198038+00:00",
"LastChange_AuthorId": 1
},
{
"DocumentId": "4a60cf38-8a64-45d0-9ae0-88b3d9676e12",
"GroupId": 2,
"LastChanged": "2026-05-29T16:37:58.0198038+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>4a60cf38-8a64-45d0-9ae0-88b3d9676e12</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-05-29T16:37:58.0198038+00:00</LastChanged>
</Lt_DocumentGroup>
<Lt_DocumentGroup>
<DocumentId>4a60cf38-8a64-45d0-9ae0-88b3d9676e12</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-05-29T16:37:58.0198038+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": "575be8ca-1964-45c8-ad94-570f35c87f40",
"GroupId": 2,
"LastChanged": "2026-05-29T16:37:58.0198038+00:00",
"LastChange_AuthorId": 1
},
{
"DocumentId": "575be8ca-1964-45c8-ad94-570f35c87f40",
"GroupId": 2,
"LastChanged": "2026-05-29T16:37:58.0198038+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>575be8ca-1964-45c8-ad94-570f35c87f40</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-05-29T16:37:58.0198038+00:00</LastChanged>
</Lt_DocumentGroup>
<Lt_DocumentGroup>
<DocumentId>575be8ca-1964-45c8-ad94-570f35c87f40</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-05-29T16:37:58.0198038+00:00</LastChanged>
</Lt_DocumentGroup>
</ArrayOfLt_DocumentGroup>