POST api/Lt_DocumentGroup/PostLt_DocumentGroup

Request Information

URI Parameters

None.

Body Parameters

Lt_DocumentGroup
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

GroupId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DocumentId": "816e0f5c-b79a-4ed2-a2ab-9a8c06e6c64b",
  "GroupId": 2,
  "LastChanged": "2026-08-18T14:25:32.9886521+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>816e0f5c-b79a-4ed2-a2ab-9a8c06e6c64b</DocumentId>
  <GroupId>2</GroupId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2026-08-18T14:25:32.9886521+00:00</LastChanged>
</Lt_DocumentGroup>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Lt_DocumentGroup'.

Response Information

Resource Description

Lt_DocumentGroup
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

GroupId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "DocumentId": "5fafcdff-eec9-4ab2-93b9-afb19887f79e",
  "GroupId": 2,
  "LastChanged": "2026-08-18T14:25:32.9985419+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>5fafcdff-eec9-4ab2-93b9-afb19887f79e</DocumentId>
  <GroupId>2</GroupId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2026-08-18T14:25:32.9985419+00:00</LastChanged>
</Lt_DocumentGroup>