LinX Template Object

The LinX Template object represents identifying information for a workflow template. This object includes the template ID, version information, and name.

Attributes

templateId  

string (UUID)

ID of the LinX template. This ID is the same for all versions of the template.

templateVersionId

string (UUID)

ID of this version of the template.

version

integer

Version number of the LinX template.

name

string

Name for the LinX template. This name is used internally and should describe the purpose of the workflow (example: create-customer-and-enhance-profile). If name is not provided, a unique name for the template will be generated automatically.

LinX Template Object

				
					{
  "templateId": "6746d9f8-eb72-45d3-81c9-d53f386d6ce3",
  "templateVersionId": "0e96b2ef-0642-4666-bc35-3c9e81eaf0b7",
  "version": 2,
  "name": "transaction-for-new-customer"
}
				
			
Exit mobile version