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:
[
  "6b359da9-3601-46d1-8a8b-afa4c5eae426",
  "322392f5-f486-4131-9163-439d962af7e9"
]

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>6b359da9-3601-46d1-8a8b-afa4c5eae426</guid>
  <guid>322392f5-f486-4131-9163-439d962af7e9</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": "2f0b3068-510a-43ec-b01f-5612dfd94253",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "2f0b3068-510a-43ec-b01f-5612dfd94253",
    "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>2f0b3068-510a-43ec-b01f-5612dfd94253</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>2f0b3068-510a-43ec-b01f-5612dfd94253</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>