POST api/Lt_DocumentGroup/PostLt_DocumentGroup
Request Information
URI Parameters
None.
Body Parameters
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": "8bf9f01a-2013-4bc0-a672-ace6c9e9c61a",
"GroupId": 2,
"LastChanged": "2026-08-28T07:03:43.7330727+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<Lt_DocumentGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <DocumentId>8bf9f01a-2013-4bc0-a672-ace6c9e9c61a</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-28T07:03:43.7330727+00:00</LastChanged> </Lt_DocumentGroup>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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": "70148352-6483-47d7-bdb1-8b3336105447",
"GroupId": 2,
"LastChanged": "2026-08-28T07:03:43.7330727+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<Lt_DocumentGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <DocumentId>70148352-6483-47d7-bdb1-8b3336105447</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-28T07:03:43.7330727+00:00</LastChanged> </Lt_DocumentGroup>