Kaltura API

reach_entryvendortaskadd
Description:
Allows you to add a entry vendor task
Input Params
Name Type Description Required Default Value
entryVendorTask KalturaEntryVendorTask V
Output Type
KalturaEntryVendorTask
Example HTTP Hit
http://www.kaltura.com/api_v3/service/reach_entryvendortask/action/add
JSON object:
				
{ 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" } }