Table of Contents

ITMSFNCCustomCloudFileConversion.ParseCreateJob Method

Parses the response of a create-job request and adds the new job to the collection.

API unit family: TMSFNCCloudFileConversion Declaring type: ITMSFNCCustomCloudFileConversion

Syntax

function ParseCreateJob(AJSON: TJSONValue; AJobs: TTMSFNCCloudFileConversionJobs; var AError: string): TTMSFNCCloudFileConversionJob;

Parameters

Name Description
AJSON Parsed JSON response returned by the provider.
AJobs Collection that receives the created job.
AError Set to an error description when parsing fails.

Returns

The newly created job, or nil when the response could not be parsed.