POST api/CompanyStatTemplates/PostCompanyStatTemplate
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": "3f6af829-f01a-4f3f-9cc7-b9710d515b1a",
"CompanyStatTemplateFile": "QEA=",
"LastChanged": "2026-05-29T16:41:05.5312374+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>3f6af829-f01a-4f3f-9cc7-b9710d515b1a</CompanyStatTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-05-29T16:41:05.5312374+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": "16e6d852-4cc8-41dd-a754-884ef72aec49",
"CompanyStatTemplateFile": "QEA=",
"LastChanged": "2026-05-29T16:41:05.5468377+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>16e6d852-4cc8-41dd-a754-884ef72aec49</CompanyStatTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-05-29T16:41:05.5468377+00:00</LastChanged> </CompanyStatTemplate>