POST api/LtDocumentSite/PostLtDocumentSite

Request Information

URI Parameters

None.

Body Parameters

LtDocumentSite
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

SiteId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DocumentId": "305a4e5f-2d6d-4b0a-9aec-614b70db94c0",
  "SiteId": 2,
  "LastChanged": "2026-07-03T18:23:34.9123815+00:00",
  "LastChange_AuthorId": 1
}

application/xml, text/xml

Sample:
<LtDocumentSite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <DocumentId>305a4e5f-2d6d-4b0a-9aec-614b70db94c0</DocumentId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2026-07-03T18:23:34.9123815+00:00</LastChanged>
  <SiteId>2</SiteId>
</LtDocumentSite>

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

Response Information

Resource Description

LtDocumentSite
NameDescriptionTypeAdditional information
DocumentId

globally unique identifier

None.

SiteId

integer

None.

LastChanged

date

None.

LastChange_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "DocumentId": "292f037d-89d4-42f4-aadc-7dc58dc3e953",
  "SiteId": 2,
  "LastChanged": "2026-07-03T18:23:34.9123815+00:00",
  "LastChange_AuthorId": 1
}

application/xml, text/xml

Sample:
<LtDocumentSite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <DocumentId>292f037d-89d4-42f4-aadc-7dc58dc3e953</DocumentId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2026-07-03T18:23:34.9123815+00:00</LastChanged>
  <SiteId>2</SiteId>
</LtDocumentSite>