POST api/Lt_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": "91b98dc4-72bb-4509-9861-8a76910e151c",
"GroupId": 2,
"LastChanged": "2026-08-18T21:30:06.6226777+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>91b98dc4-72bb-4509-9861-8a76910e151c</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-18T21:30:06.6226777+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": "9d009d05-53ff-4327-aaa5-f42ebc8be9b6",
"GroupId": 2,
"LastChanged": "2026-08-18T21:30:06.6226777+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>9d009d05-53ff-4327-aaa5-f42ebc8be9b6</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-18T21:30:06.6226777+00:00</LastChanged> </Lt_DocumentGroup>