POST ProviderRecallChart

Request Information

URI Parameters

None.

Body Parameters

ProviderRecallDTO
NameDescriptionTypeAdditional information
ChartId

integer

None.

Filename

string

None.

Data

string

None.

TimerValue

integer

None.

SourceId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "chartId": 1,
  "filename": "sample string 2",
  "data": "sample string 3",
  "timerValue": 4,
  "sourceId": 5
}

application/csp-report

Sample:
{"chartId":1,"filename":"sample string 2","data":"sample string 3","timerValue":4,"sourceId":5}

application/xml, text/xml

Sample:
<ProviderRecallDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.ScribeSwiftDTO">
  <ChartId>1</ChartId>
  <Data>sample string 3</Data>
  <Filename>sample string 2</Filename>
  <SourceId>5</SourceId>
  <TimerValue>4</TimerValue>
</ProviderRecallDTO>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/csp-report, application/xml, text/xml

Sample:

Sample not available.