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:
[
  "46961916-b74f-49c4-91fe-fb44589a9572",
  "b8c06b9a-9d8b-42ff-a5c2-f3b3de996e96"
]

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>46961916-b74f-49c4-91fe-fb44589a9572</guid>
  <guid>b8c06b9a-9d8b-42ff-a5c2-f3b3de996e96</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": "d5cbad69-0138-49f7-91f2-bc083e57348f",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "d5cbad69-0138-49f7-91f2-bc083e57348f",
    "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>d5cbad69-0138-49f7-91f2-bc083e57348f</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>d5cbad69-0138-49f7-91f2-bc083e57348f</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>