PUT api/CompanyStatTemplates/StatTemplateFromString?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": "15c72924-9b1e-46cc-9bef-0c985979e67d",
"FileTemplateString": "sample string 2",
"Lastchanged": "2026-02-22T00:56:46.1506157+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>2026-02-22T00:56:46.1506157+00:00</Lastchanged> <TemplateId>15c72924-9b1e-46cc-9bef-0c985979e67d</TemplateId> </FromStringTemplateModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.