POST api/CompanyStatTemplates/PostCompanyStatTemplate

Request Information

URI Parameters

None.

Body Parameters

CompanyStatTemplate
NameDescriptionTypeAdditional 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": "a6c81dcf-f441-4c7e-b97b-40b88f066ddf",
  "CompanyStatTemplateFile": "QEA=",
  "LastChanged": "2026-04-07T13:51:50.2016674+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>a6c81dcf-f441-4c7e-b97b-40b88f066ddf</CompanyStatTemplateId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2026-04-07T13:51:50.2016674+00:00</LastChanged>
</CompanyStatTemplate>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CompanyStatTemplate'.

Response Information

Resource Description

CompanyStatTemplate
NameDescriptionTypeAdditional 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": "3badb132-eaea-48a9-a1b5-ad5091e101e0",
  "CompanyStatTemplateFile": "QEA=",
  "LastChanged": "2026-04-07T13:51:50.2016674+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>3badb132-eaea-48a9-a1b5-ad5091e101e0</CompanyStatTemplateId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2026-04-07T13:51:50.2016674+00:00</LastChanged>
</CompanyStatTemplate>