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:
[
  "0dd64502-83c8-4951-a3bf-ee03aecde631",
  "cee5a947-f6ae-416c-b76c-7e5e6d344230"
]

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>0dd64502-83c8-4951-a3bf-ee03aecde631</guid>
  <guid>cee5a947-f6ae-416c-b76c-7e5e6d344230</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": "f6925bdd-4720-4004-8f9a-95acbde302f6",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "f6925bdd-4720-4004-8f9a-95acbde302f6",
    "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>f6925bdd-4720-4004-8f9a-95acbde302f6</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>f6925bdd-4720-4004-8f9a-95acbde302f6</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>