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:
[
  "a8a75051-776d-4afd-8087-ce7469d6eea5",
  "87f96f25-92cf-49a6-919d-e53e0b767879"
]

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>a8a75051-776d-4afd-8087-ce7469d6eea5</guid>
  <guid>87f96f25-92cf-49a6-919d-e53e0b767879</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": "6fc10dde-3362-490a-9e46-18377ebdbe8b",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "6fc10dde-3362-490a-9e46-18377ebdbe8b",
    "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>6fc10dde-3362-490a-9e46-18377ebdbe8b</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>6fc10dde-3362-490a-9e46-18377ebdbe8b</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>