POST api/Apptemplates/PostApptemplates
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": "259cd601-028b-405e-8a24-16fd15ebf8fb",
"AppTemplateFile": "QEA=",
"LastChanged": "2026-05-29T16:40:52.1085489+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>259cd601-028b-405e-8a24-16fd15ebf8fb</AppTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-05-29T16:40:52.1085489+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": "335424cc-b5f5-4683-9b5f-a4297d425261",
"AppTemplateFile": "QEA=",
"LastChanged": "2026-05-29T16:40:52.1085489+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>335424cc-b5f5-4683-9b5f-a4297d425261</AppTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-05-29T16:40:52.1085489+00:00</LastChanged> </AppTemplates>