POST api/LtDocumentEmployes
Request Information
URI Parameters
None.
Body Parameters
LtDocumentEmploye| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeId | integer |
None. |
|
| DocumentId | globally unique identifier |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeId": 1,
"DocumentId": "b3aaef5e-674d-448b-ad8d-418f6011770c",
"LastChanged": "2026-08-27T03:40:39.5956903+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<LtDocumentEmploye xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <DocumentId>b3aaef5e-674d-448b-ad8d-418f6011770c</DocumentId> <EmployeId>1</EmployeId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-27T03:40:39.5956903+00:00</LastChanged> </LtDocumentEmploye>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LtDocumentEmploye| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeId | integer |
None. |
|
| DocumentId | globally unique identifier |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"EmployeId": 1,
"DocumentId": "f3dba3c2-a0ae-4e72-85ed-23ef778e610e",
"LastChanged": "2026-08-27T03:40:39.6113004+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<LtDocumentEmploye xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <DocumentId>f3dba3c2-a0ae-4e72-85ed-23ef778e610e</DocumentId> <EmployeId>1</EmployeId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-27T03:40:39.6113004+00:00</LastChanged> </LtDocumentEmploye>