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": "055f54e5-1aae-44eb-ac12-d0224dcb172a", "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>055f54e5-1aae-44eb-ac12-d0224dcb172a</Id> </CeuManagementDto>