GET api/hrci/CeuManagement/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | System.Guid |
Required |
Body Parameters
None.
Response Information
Resource Description
Altai.Web.Services.Models.CustomHrci.CeuManagementDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | System.Guid |
None. |
|
| CEUsConsidered | System.Decimal |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "6264210b-1806-4580-8039-42b9f468d2de",
"CEUsConsidered": 2.0
}
application/xml, text/xml
Sample:
<CeuManagementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Altai.Web.Services.Models.CustomHrci"> <CEUsConsidered>2</CEUsConsidered> <Id>6264210b-1806-4580-8039-42b9f468d2de</Id> </CeuManagementDto>