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": "cd57871d-b869-4bd6-b2ca-ed33d7dabaaf",
  "CompanyStatTemplateFile": "QEA=",
  "LastChanged": "2026-07-03T18:27:18.0661745+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>cd57871d-b869-4bd6-b2ca-ed33d7dabaaf</CompanyStatTemplateId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2026-07-03T18:27:18.0661745+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": "1d855b73-e633-429e-aebd-eee44b2e8c35",
  "CompanyStatTemplateFile": "QEA=",
  "LastChanged": "2026-07-03T18:27:18.0661745+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>1d855b73-e633-429e-aebd-eee44b2e8c35</CompanyStatTemplateId>
  <LastChange_AuthorId>1</LastChange_AuthorId>
  <LastChanged>2026-07-03T18:27:18.0661745+00:00</LastChanged>
</CompanyStatTemplate>