Template

Structure

The Template type is made up of several attributes associated with a Template:

  • name: Name of the template
  • ID: Internal unique identifier of the template. It is unique for a related third party, file, or group of third parties
  • parentID : The ID of the template’s parent template. It is unique to all a model group.
  • accountingEnable: Indicates whether the template can handle ledger entries

Example

{ 
	name : "Facture d'achat", 
	id : "5ad8af3cb56fef36703d56a9", 
	parentID : "5e217a90942fbd3bf5fde81e", 
	accountingEnable : true,
}