POST api/hrci/CeuManagement
Request Information
URI Parameters
None.
Body Parameters
System.Collections.Generic.ICollection`1[System.Guid]Request Formats
application/json, text/json
Sample:
[ "c7c74c8a-774b-4b90-aa55-cf6839caa39b", "1318ed2a-7ec9-4eb5-b6e7-75abe3b8e8d0" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>c7c74c8a-774b-4b90-aa55-cf6839caa39b</guid> <guid>1318ed2a-7ec9-4eb5-b6e7-75abe3b8e8d0</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Collections.Generic.IEnumerable`1[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": "2cf39f33-2c36-494e-9b6a-24c6a62a8644",
"CEUsConsidered": 2.0
},
{
"Id": "2cf39f33-2c36-494e-9b6a-24c6a62a8644",
"CEUsConsidered": 2.0
}
]
application/xml, text/xml
Sample:
<ArrayOfCeuManagementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Altai.Web.Services.Models.CustomHrci">
<CeuManagementDto>
<CEUsConsidered>2</CEUsConsidered>
<Id>2cf39f33-2c36-494e-9b6a-24c6a62a8644</Id>
</CeuManagementDto>
<CeuManagementDto>
<CEUsConsidered>2</CEUsConsidered>
<Id>2cf39f33-2c36-494e-9b6a-24c6a62a8644</Id>
</CeuManagementDto>
</ArrayOfCeuManagementDto>