POST QaChartSubmit
Request Information
URI Parameters
None.
Body Parameters
ScribeSwiftQADTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ChartId | integer |
None. |
|
| Filename | string |
None. |
|
| Data | string |
None. |
|
| SourceId | integer |
None. |
|
| UserType | string |
None. |
|
| QaId | integer |
None. |
|
| TimerValue | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"chartId": 1,
"filename": "sample string 2",
"data": "sample string 3",
"sourceId": 4,
"userType": "sample string 5",
"qaId": 6,
"timerValue": 7
}
application/xml, text/xml
Sample:
<ScribeSwiftQADTO 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> <QaId>6</QaId> <SourceId>4</SourceId> <TimerValue>7</TimerValue> <UserType>sample string 5</UserType> </ScribeSwiftQADTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.