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.CeuManagementDtoName | Description | Type | Additional information |
---|---|---|---|
Id | System.Guid |
None. |
|
CEUsConsidered | System.Decimal |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "e0fe1640-3e93-4b0c-9f6b-9a9797688f18", "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>e0fe1640-3e93-4b0c-9f6b-9a9797688f18</Id> </CeuManagementDto>