POST api/Apptemplates
Request Information
URI Parameters
None.
Body Parameters
AppTemplates| Name | Description | Type | Additional information |
|---|---|---|---|
| AppTemplateId | globally unique identifier |
None. |
|
| AppTemplateFile | Collection of byte |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppTemplateId": "fcdb4e5e-797d-46fb-91c4-a01113131bdc",
"AppTemplateFile": "QEA=",
"LastChanged": "2026-08-14T22:52:29.95563+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<AppTemplates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <AppTemplateFile>QEA=</AppTemplateFile> <AppTemplateId>fcdb4e5e-797d-46fb-91c4-a01113131bdc</AppTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-14T22:52:29.95563+00:00</LastChanged> </AppTemplates>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AppTemplates| Name | Description | Type | Additional information |
|---|---|---|---|
| AppTemplateId | globally unique identifier |
None. |
|
| AppTemplateFile | Collection of byte |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"AppTemplateId": "8df6dd80-9cd1-496d-857f-c6e9270eee57",
"AppTemplateFile": "QEA=",
"LastChanged": "2026-08-14T22:52:29.95563+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<AppTemplates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <AppTemplateFile>QEA=</AppTemplateFile> <AppTemplateId>8df6dd80-9cd1-496d-857f-c6e9270eee57</AppTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-08-14T22:52:29.95563+00:00</LastChanged> </AppTemplates>