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:
[
  "7a108661-acab-41a0-90da-da4b554647aa",
  "84fafa6a-8f4a-4a25-9fa9-76c75f1dc4fa"
]

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>7a108661-acab-41a0-90da-da4b554647aa</guid>
  <guid>84fafa6a-8f4a-4a25-9fa9-76c75f1dc4fa</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]
NameDescriptionTypeAdditional information
Id

System.Guid

None.

CEUsConsidered

System.Decimal

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "3d08c532-9306-4a30-9897-80c0d5a5522e",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "3d08c532-9306-4a30-9897-80c0d5a5522e",
    "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>3d08c532-9306-4a30-9897-80c0d5a5522e</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>3d08c532-9306-4a30-9897-80c0d5a5522e</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>