PUT api/CompanyStatTemplates/StatTemplateFromString?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
FromStringTemplateModelName | Description | Type | Additional information |
---|---|---|---|
TemplateId | globally unique identifier |
None. |
|
FileTemplateString | string |
None. |
|
Lastchanged | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "TemplateId": "5d4c5940-7c43-49d4-9444-24f1272b3aee", "FileTemplateString": "sample string 2", "Lastchanged": "2025-08-14T03:15:17.5468904+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-08-14T03:15:17.5468904+00:00</Lastchanged> <TemplateId>5d4c5940-7c43-49d4-9444-24f1272b3aee</TemplateId> </FromStringTemplateModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.