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:
[
  "6e12374d-8124-459e-9bc3-898f08125b5f",
  "d67c14f2-5585-48e1-9b07-e3643b927ccf"
]

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>6e12374d-8124-459e-9bc3-898f08125b5f</guid>
  <guid>d67c14f2-5585-48e1-9b07-e3643b927ccf</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": "2756eb9d-61fd-430f-a8a9-413500cd1e8f",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "2756eb9d-61fd-430f-a8a9-413500cd1e8f",
    "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>2756eb9d-61fd-430f-a8a9-413500cd1e8f</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>2756eb9d-61fd-430f-a8a9-413500cd1e8f</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>