POST api/CompanyStatTemplates
Request Information
URI Parameters
None.
Body Parameters
CompanyStatTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyStatTemplateId | globally unique identifier |
None. |
|
| CompanyStatTemplateFile | Collection of byte |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyStatTemplateId": "3eadddd8-bff6-4261-bc76-5e0b2f3c6c48",
"CompanyStatTemplateFile": "QEA=",
"LastChanged": "2026-02-22T10:48:58.6575507+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<CompanyStatTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <CompanyStatTemplateFile>QEA=</CompanyStatTemplateFile> <CompanyStatTemplateId>3eadddd8-bff6-4261-bc76-5e0b2f3c6c48</CompanyStatTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-02-22T10:48:58.6575507+00:00</LastChanged> </CompanyStatTemplate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CompanyStatTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyStatTemplateId | globally unique identifier |
None. |
|
| CompanyStatTemplateFile | Collection of byte |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CompanyStatTemplateId": "3ff98a86-9b07-46d5-ae34-d9034a33167b",
"CompanyStatTemplateFile": "QEA=",
"LastChanged": "2026-02-22T10:48:58.6575507+00:00",
"LastChange_AuthorId": 1
}
application/xml, text/xml
Sample:
<CompanyStatTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <CompanyStatTemplateFile>QEA=</CompanyStatTemplateFile> <CompanyStatTemplateId>3ff98a86-9b07-46d5-ae34-d9034a33167b</CompanyStatTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-02-22T10:48:58.6575507+00:00</LastChanged> </CompanyStatTemplate>