GET api/MyLab/SaveUpdateClip
Request Information
URI Parameters
None.
Body Parameters
MyLabModelName | Description | Type | Additional information |
---|---|---|---|
JobStatus | integer |
None. |
|
ClipId | integer |
None. |
|
OrderNo | string |
None. |
|
SaveVideoClipPath | string |
None. |
|
duration | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "JobStatus": 1, "ClipId": 2, "OrderNo": "sample string 3", "SaveVideoClipPath": "sample string 4", "duration": 5 }
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> <duration>5</duration> </MyLabModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.