POST api/Capability

Request Information

URI Parameters

None.

Body Parameters

Collection of decimal number

Request Formats

application/json, text/json

Sample:
[
  1.1,
  2.1
]

application/xml, text/xml

Sample:
<ArrayOffloat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <float>1.1</float>
  <float>2.1</float>
</ArrayOffloat>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.