GET api/MyLab/SaveUpdateClip

Request Information

URI Parameters

None.

Body Parameters

MyLabModel
NameDescriptionTypeAdditional information
JobStatus

integer

None.

ClipId

integer

None.

OrderNo

string

None.

SaveVideoClipPath

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "JobStatus": 1,
  "ClipId": 2,
  "OrderNo": "sample string 3",
  "SaveVideoClipPath": "sample string 4"
}

application/xml, text/xml

Sample:
<MyLabModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model">
  <ClipId>2</ClipId>
  <JobStatus>1</JobStatus>
  <OrderNo>sample string 3</OrderNo>
  <SaveVideoClipPath>sample string 4</SaveVideoClipPath>
</MyLabModel>

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.