POST api/Reports/statusChangeLeftOverPool

Request Information

URI Parameters

None.

Body Parameters

statusChangeLeftOverPool
NameDescriptionTypeAdditional information
ApiKey

string

None.

Id

globally unique identifier

None.

Date

date

None.

bitIsAvailable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiKey": "sample string 1",
  "Id": "ac1bcaec-dc59-429b-8031-933bb490ff9e",
  "Date": "2024-11-16T18:47:04.7971233-03:00",
  "bitIsAvailable": true
}

text/html

Sample:
{"ApiKey":"sample string 1","Id":"ac1bcaec-dc59-429b-8031-933bb490ff9e","Date":"2024-11-16T18:47:04.7971233-03:00","bitIsAvailable":true}

application/xml, text/xml

Sample:
<statusChangeLeftOverPool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoneClube.Business.Commons.Report">
  <ApiKey>sample string 1</ApiKey>
  <Date>2024-11-16T18:47:04.7971233-03:00</Date>
  <Id>ac1bcaec-dc59-429b-8031-933bb490ff9e</Id>
  <bitIsAvailable>true</bitIsAvailable>
</statusChangeLeftOverPool>

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 'statusChangeLeftOverPool'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.