POST api/Lt_DocTargetedToGroup/MultiplePost
Request Information
URI Parameters
None.
Body Parameters
Collection of Lt_DocumentGroupName | 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": "f2ef1c7d-1b33-4421-8e9b-8adac9b1fb7c", "GroupId": 2, "LastChanged": "2025-08-14T03:13:09.128198+00:00", "LastChange_AuthorId": 1 }, { "DocumentId": "f2ef1c7d-1b33-4421-8e9b-8adac9b1fb7c", "GroupId": 2, "LastChanged": "2025-08-14T03:13:09.128198+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>f2ef1c7d-1b33-4421-8e9b-8adac9b1fb7c</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:09.128198+00:00</LastChanged> </Lt_DocumentGroup> <Lt_DocumentGroup> <DocumentId>f2ef1c7d-1b33-4421-8e9b-8adac9b1fb7c</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:09.128198+00:00</LastChanged> </Lt_DocumentGroup> </ArrayOfLt_DocumentGroup>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of Lt_DocumentGroupName | 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": "d9392022-f8a6-44f9-a0e5-cc9750bc9932", "GroupId": 2, "LastChanged": "2025-08-14T03:13:09.128198+00:00", "LastChange_AuthorId": 1 }, { "DocumentId": "d9392022-f8a6-44f9-a0e5-cc9750bc9932", "GroupId": 2, "LastChanged": "2025-08-14T03:13:09.128198+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>d9392022-f8a6-44f9-a0e5-cc9750bc9932</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:09.128198+00:00</LastChanged> </Lt_DocumentGroup> <Lt_DocumentGroup> <DocumentId>d9392022-f8a6-44f9-a0e5-cc9750bc9932</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:09.128198+00:00</LastChanged> </Lt_DocumentGroup> </ArrayOfLt_DocumentGroup>