POST api/UserTemplates/PostUserTemplate
Request Information
URI Parameters
None.
Body Parameters
UserTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTemplateId | globally unique identifier |
None. |
|
| UserTemplateFile | Collection of byte |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserTemplateId": "cd25895c-2438-43eb-8ad5-f7b9a38d010a",
"UserTemplateFile": "QEA=",
"LastChanged": "2026-04-05T13:45:29.0455539+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<UserTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-04-05T13:45:29.0455539+00:00</LastChanged> <UserTemplateFile>QEA=</UserTemplateFile> <UserTemplateId>cd25895c-2438-43eb-8ad5-f7b9a38d010a</UserTemplateId> </UserTemplate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
UserTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTemplateId | globally unique identifier |
None. |
|
| UserTemplateFile | Collection of byte |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserTemplateId": "a998c6e2-f1c5-4572-8146-8234d4a84a70",
"UserTemplateFile": "QEA=",
"LastChanged": "2026-04-05T13:45:29.0611941+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<UserTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-04-05T13:45:29.0611941+00:00</LastChanged> <UserTemplateFile>QEA=</UserTemplateFile> <UserTemplateId>a998c6e2-f1c5-4572-8146-8234d4a84a70</UserTemplateId> </UserTemplate>