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": "79911e50-84ea-477f-84ba-073d693e37ca",
"GroupId": 2,
"LastChanged": "2026-07-03T18:27:14.0236389+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>79911e50-84ea-477f-84ba-073d693e37ca</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-07-03T18:27:14.0236389+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": "c73f8c1f-e3d2-430d-933a-942b17405d7a",
"GroupId": 2,
"LastChanged": "2026-07-03T18:27:14.0236389+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>c73f8c1f-e3d2-430d-933a-942b17405d7a</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-07-03T18:27:14.0236389+00:00</LastChanged> </Lt_DocumentGroup>