GET api/hrci/CeuManagement/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

System.Guid

Required

Body Parameters

None.

Response Information

Resource Description

Altai.Web.Services.Models.CustomHrci.CeuManagementDto
NameDescriptionTypeAdditional information
Id

System.Guid

None.

CEUsConsidered

System.Decimal

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "05a54df0-141a-4b29-8fad-db8499eeb29d",
  "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>05a54df0-141a-4b29-8fad-db8499eeb29d</Id>
</CeuManagementDto>