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:
[
  "c2c031d8-ad85-46e2-8290-ff7499ed4fee",
  "e3cf3969-ac4d-4667-afb5-a5c750f7d3a3"
]

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>c2c031d8-ad85-46e2-8290-ff7499ed4fee</guid>
  <guid>e3cf3969-ac4d-4667-afb5-a5c750f7d3a3</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": "015bb4cd-bc22-4842-81a6-eabb8bb7d387",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "015bb4cd-bc22-4842-81a6-eabb8bb7d387",
    "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>015bb4cd-bc22-4842-81a6-eabb8bb7d387</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>015bb4cd-bc22-4842-81a6-eabb8bb7d387</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>