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:
[
  "6f74d8b4-67b2-4614-aa75-4616e0cbcc5e",
  "8992c49b-8620-401f-90f0-028fee3b00bc"
]

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>6f74d8b4-67b2-4614-aa75-4616e0cbcc5e</guid>
  <guid>8992c49b-8620-401f-90f0-028fee3b00bc</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": "b2439d00-a298-40ba-bb77-f3a54915bbaf",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "b2439d00-a298-40ba-bb77-f3a54915bbaf",
    "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>b2439d00-a298-40ba-bb77-f3a54915bbaf</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>b2439d00-a298-40ba-bb77-f3a54915bbaf</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>