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": "2795d77d-bac0-45ce-89b2-42068dce1dc4",
"GroupId": 2,
"LastChanged": "2025-12-27T22:08:49.9230404+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>2795d77d-bac0-45ce-89b2-42068dce1dc4</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-12-27T22:08:49.9230404+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": "38b3d0cf-53bf-4b8d-a357-222e47a2b43f",
"GroupId": 2,
"LastChanged": "2025-12-27T22:08:49.9230404+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>38b3d0cf-53bf-4b8d-a357-222e47a2b43f</DocumentId> <GroupId>2</GroupId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-12-27T22:08:49.9230404+00:00</LastChanged> </Lt_DocumentGroup>