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:
[
  "8b20e136-f462-4f67-9802-9b66dfbbae3d",
  "3f19c611-3bce-4ff8-bd13-6634184d5f38"
]

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>8b20e136-f462-4f67-9802-9b66dfbbae3d</guid>
  <guid>3f19c611-3bce-4ff8-bd13-6634184d5f38</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ICollection`1'.

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": "0c6050bf-7fd6-48e7-9b9d-3be8d28fc26a",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "0c6050bf-7fd6-48e7-9b9d-3be8d28fc26a",
    "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>0c6050bf-7fd6-48e7-9b9d-3be8d28fc26a</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>0c6050bf-7fd6-48e7-9b9d-3be8d28fc26a</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>