Kaltura API

reach_entryvendortaskupdateJob
Description:
Update entry vendor task. Only the properties that were set will be updated.
Input Params
Name Type Description Required Default Value
id int vendor task id to update V
entryVendorTask KalturaEntryVendorTask evntry vendor task to update V
Output Type
KalturaEntryVendorTask
Example HTTP Hit
http://www.kaltura.com/api_v3/service/reach_entryvendortask/action/updateJob
JSON object:
				
{ id: value, entryVendorTask: { objectType: "KalturaEntryVendorTask", entryId: "value", status: value, reachProfileId: value, catalogItemId: value, errDescription: "value", notes: "value", context: "value", accuracy: value, outputObjectId: "value", partnerData: "value", taskJobData: { objectType: "KalturaVendorTaskData" }, externalTaskId: "value" } }