POST ProviderChartSubmit

Request Information

URI Parameters

None.

Body Parameters

ScribeSwiftSubmitDTO
NameDescriptionTypeAdditional information
ChartId

integer

None.

Filename

string

None.

Data

string

None.

TimerValue

integer

None.

SourceId

integer

None.

Comments

string

None.

ReAssignedTo

string

None.

IsQcRequired

boolean

None.

IsProviderRequired

boolean

None.

IsAthenaWriteBackReq

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "chartId": 1,
  "filename": "sample string 2",
  "data": "sample string 3",
  "timerValue": 4,
  "sourceId": 5,
  "comments": "sample string 6",
  "reAssignedTo": "sample string 7",
  "isQcRequired": true,
  "isProviderRequired": true,
  "isAthenaWriteBackReq": true
}

application/xml, text/xml

Sample:
<ScribeSwiftSubmitDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.ScribeSwiftDTO">
  <ChartId>1</ChartId>
  <Comments>sample string 6</Comments>
  <Data>sample string 3</Data>
  <Filename>sample string 2</Filename>
  <IsAthenaWriteBackReq>true</IsAthenaWriteBackReq>
  <IsProviderRequired>true</IsProviderRequired>
  <IsQcRequired>true</IsQcRequired>
  <ReAssignedTo>sample string 7</ReAssignedTo>
  <SourceId>5</SourceId>
  <TimerValue>4</TimerValue>
</ScribeSwiftSubmitDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.