POST api/LtDocumentAnimationParticipations

Request Information

URI Parameters

None.

Body Parameters

LtDocumentParticipation
NameDescriptionTypeAdditional information
ParticipationId

integer

None.

DocumentId

globally unique identifier

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ParticipationId": 1,
  "DocumentId": "b3f2d480-14a7-4fab-b7d4-f90d7aead70c",
  "LastChanged": "2025-12-27T06:43:49.2027825+00:00",
  "LastChange_AuthorId": 1
}

application/xml, text/xml

Sample:
<LtDocumentParticipation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <DocumentId>b3f2d480-14a7-4fab-b7d4-f90d7aead70c</DocumentId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2025-12-27T06:43:49.2027825+00:00</LastChanged>
  <ParticipationId>1</ParticipationId>
</LtDocumentParticipation>

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 'LtDocumentParticipation'.

Response Information

Resource Description

LtDocumentParticipation
NameDescriptionTypeAdditional information
ParticipationId

integer

None.

DocumentId

globally unique identifier

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ParticipationId": 1,
  "DocumentId": "54e4f0c6-53a8-4298-a7c0-edeaf6f43188",
  "LastChanged": "2025-12-27T06:43:49.2027825+00:00",
  "LastChange_AuthorId": 1
}

application/xml, text/xml

Sample:
<LtDocumentParticipation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <DocumentId>54e4f0c6-53a8-4298-a7c0-edeaf6f43188</DocumentId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2025-12-27T06:43:49.2027825+00:00</LastChanged>
  <ParticipationId>1</ParticipationId>
</LtDocumentParticipation>