PUT api/Apptemplates/TemplateFromString?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
FromStringTemplateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TemplateId | globally unique identifier |
None. |
|
| FileTemplateString | string |
None. |
|
| Lastchanged | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TemplateId": "c78fac34-e007-4756-a9db-a644419d9e0e",
"FileTemplateString": "sample string 2",
"Lastchanged": "2025-12-28T12:43:11.274289+00:00"
}
application/xml, text/xml
Sample:
<FromStringTemplateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <FileTemplateString>sample string 2</FileTemplateString> <Lastchanged>2025-12-28T12:43:11.274289+00:00</Lastchanged> <TemplateId>c78fac34-e007-4756-a9db-a644419d9e0e</TemplateId> </FromStringTemplateModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.