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": "d66c809c-e4bd-4635-8a9b-284c3f965c3c",
"CompanyStatTemplateFile": "QEA=",
"LastChanged": "2026-07-03T18:27:17.8927762+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>d66c809c-e4bd-4635-8a9b-284c3f965c3c</CompanyStatTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-07-03T18:27:17.8927762+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": "d1a7bd3a-8f57-4b8f-b9dc-2e7a06d8cdcd",
"CompanyStatTemplateFile": "QEA=",
"LastChanged": "2026-07-03T18:27:17.9083964+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>d1a7bd3a-8f57-4b8f-b9dc-2e7a06d8cdcd</CompanyStatTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2026-07-03T18:27:17.9083964+00:00</LastChanged> </CompanyStatTemplate>