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:
[ "9b126ca2-3566-4e5a-895d-f71cb8430337", "04763d06-3e0e-4464-a34e-a09f6d431f19" ]
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>9b126ca2-3566-4e5a-895d-f71cb8430337</guid> <guid>04763d06-3e0e-4464-a34e-a09f6d431f19</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": "87b5cc28-7c29-4815-a0fa-63854469ce20",
"CEUsConsidered": 2.0
},
{
"Id": "87b5cc28-7c29-4815-a0fa-63854469ce20",
"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>87b5cc28-7c29-4815-a0fa-63854469ce20</Id>
</CeuManagementDto>
<CeuManagementDto>
<CEUsConsidered>2</CEUsConsidered>
<Id>87b5cc28-7c29-4815-a0fa-63854469ce20</Id>
</CeuManagementDto>
</ArrayOfCeuManagementDto>