POST 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.

duration

integer

None.

IsDeleted

integer

None.

ClientId

string

None.

CompanyName

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "JobStatus": 1,
  "ClipId": 2,
  "OrderNo": "sample string 3",
  "SaveVideoClipPath": "sample string 4",
  "duration": 5,
  "IsDeleted": 6,
  "ClientId": "sample string 7",
  "CompanyName": "sample string 8"
}

application/xml, text/xml

Sample:
<MyLabModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model">
  <ClientId>sample string 7</ClientId>
  <ClipId>2</ClipId>
  <CompanyName>sample string 8</CompanyName>
  <IsDeleted>6</IsDeleted>
  <JobStatus>1</JobStatus>
  <OrderNo>sample string 3</OrderNo>
  <SaveVideoClipPath>sample string 4</SaveVideoClipPath>
  <duration>5</duration>
</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.