POST api/CompanyStatTemplates
Request Information
URI Parameters
None.
Body Parameters
CompanyStatTemplateName | 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": "6a33e77d-0244-442b-8e48-c1212de9562d", "CompanyStatTemplateFile": "QEA=", "LastChanged": "2025-08-14T03:17:12.1205468+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>6a33e77d-0244-442b-8e48-c1212de9562d</CompanyStatTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:17:12.1205468+00:00</LastChanged> </CompanyStatTemplate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
CompanyStatTemplateName | 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": "23f5467d-6cd1-4980-bb73-4a1a7f9549e9", "CompanyStatTemplateFile": "QEA=", "LastChanged": "2025-08-14T03:17:12.1361721+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>23f5467d-6cd1-4980-bb73-4a1a7f9549e9</CompanyStatTemplateId> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:17:12.1361721+00:00</LastChanged> </CompanyStatTemplate>