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": "5a453640-d358-456a-8855-f7a9a596ec22",
"UserTemplateFile": "QEA=",
"LastChanged": "2025-12-28T13:43:30.0427642+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>2025-12-28T13:43:30.0427642+00:00</LastChanged> <UserTemplateFile>QEA=</UserTemplateFile> <UserTemplateId>5a453640-d358-456a-8855-f7a9a596ec22</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": "55261521-fe94-4d87-89fd-a52962011e22",
"UserTemplateFile": "QEA=",
"LastChanged": "2025-12-28T13:43:30.0513418+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>2025-12-28T13:43:30.0513418+00:00</LastChanged> <UserTemplateFile>QEA=</UserTemplateFile> <UserTemplateId>55261521-fe94-4d87-89fd-a52962011e22</UserTemplateId> </UserTemplate>