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:
[ "17a3688f-9f9b-47f5-964f-bed9275db0a7", "91b603b4-01e3-43e2-aa79-212f718e504c" ]
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>17a3688f-9f9b-47f5-964f-bed9275db0a7</guid> <guid>91b603b4-01e3-43e2-aa79-212f718e504c</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
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": "985797a7-989f-4d41-8f15-734f2b8797df",
"CEUsConsidered": 2.0
},
{
"Id": "985797a7-989f-4d41-8f15-734f2b8797df",
"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>985797a7-989f-4d41-8f15-734f2b8797df</Id>
</CeuManagementDto>
<CeuManagementDto>
<CEUsConsidered>2</CEUsConsidered>
<Id>985797a7-989f-4d41-8f15-734f2b8797df</Id>
</CeuManagementDto>
</ArrayOfCeuManagementDto>