GET api/MyLab/UpdateTranscription

Request Information

URI Parameters

None.

Body Parameters

TranscriptionModel
NameDescriptionTypeAdditional information
Id

integer

None.

Transcription

string

None.

ClipId

integer

None.

SUserId

integer

None.

SUserTblId

integer

None.

IsShow

integer

None.

IsDeleted

integer

None.

DetetedAt

string

None.

IsUpdated

integer

None.

UpdatedAt

string

None.

TimeStamping

string

None.

TransInd

integer

None.

ModelId

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Id": 1,
  "Transcription": "sample string 2",
  "ClipId": 3,
  "SUserId": 4,
  "SUserTblId": 5,
  "IsShow": 6,
  "IsDeleted": 7,
  "DetetedAt": "sample string 8",
  "IsUpdated": 9,
  "UpdatedAt": "sample string 10",
  "TimeStamping": "sample string 11",
  "TransInd": 12,
  "ModelId": 13
}

application/xml, text/xml

Sample:
<TranscriptionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model">
  <ClipId>3</ClipId>
  <DetetedAt>sample string 8</DetetedAt>
  <Id>1</Id>
  <IsDeleted>7</IsDeleted>
  <IsShow>6</IsShow>
  <IsUpdated>9</IsUpdated>
  <ModelId>13</ModelId>
  <SUserId>4</SUserId>
  <SUserTblId>5</SUserTblId>
  <TimeStamping>sample string 11</TimeStamping>
  <TransInd>12</TransInd>
  <Transcription>sample string 2</Transcription>
  <UpdatedAt>sample string 10</UpdatedAt>
</TranscriptionModel>

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, text/html

Sample:

Sample not available.