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": "62578015-353f-4d3f-9030-a48e3f73270b",
"GroupId": 2,
"LastChanged": "2026-06-07T10:54:27.1982976+00:00",
"LastChange_AuthorId": 1
},
{
"DocumentId": "62578015-353f-4d3f-9030-a48e3f73270b",
"GroupId": 2,
"LastChanged": "2026-06-07T10:54:27.1982976+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>62578015-353f-4d3f-9030-a48e3f73270b</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-06-07T10:54:27.1982976+00:00</LastChanged>
</Lt_DocumentGroup>
<Lt_DocumentGroup>
<DocumentId>62578015-353f-4d3f-9030-a48e3f73270b</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-06-07T10:54:27.1982976+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": "7512ad9c-647c-4b57-8b18-bf17aac44b1e",
"GroupId": 2,
"LastChanged": "2026-06-07T10:54:27.1982976+00:00",
"LastChange_AuthorId": 1
},
{
"DocumentId": "7512ad9c-647c-4b57-8b18-bf17aac44b1e",
"GroupId": 2,
"LastChanged": "2026-06-07T10:54:27.1982976+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>7512ad9c-647c-4b57-8b18-bf17aac44b1e</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-06-07T10:54:27.1982976+00:00</LastChanged>
</Lt_DocumentGroup>
<Lt_DocumentGroup>
<DocumentId>7512ad9c-647c-4b57-8b18-bf17aac44b1e</DocumentId>
<GroupId>2</GroupId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<LastChanged>2026-06-07T10:54:27.1982976+00:00</LastChanged>
</Lt_DocumentGroup>
</ArrayOfLt_DocumentGroup>