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:
[
  "07072aaa-ac85-4b11-8bd3-c3152f1003c1",
  "8ab0f19a-c85c-47c1-aca0-c78edd828d5e"
]

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>07072aaa-ac85-4b11-8bd3-c3152f1003c1</guid>
  <guid>8ab0f19a-c85c-47c1-aca0-c78edd828d5e</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": "9da301e0-d07a-4be8-9700-839db606f9ec",
    "CEUsConsidered": 2.0
  },
  {
    "Id": "9da301e0-d07a-4be8-9700-839db606f9ec",
    "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>9da301e0-d07a-4be8-9700-839db606f9ec</Id>
  </CeuManagementDto>
  <CeuManagementDto>
    <CEUsConsidered>2</CEUsConsidered>
    <Id>9da301e0-d07a-4be8-9700-839db606f9ec</Id>
  </CeuManagementDto>
</ArrayOfCeuManagementDto>