View Source Transloaditex.Template (transloaditex v0.2.3)

Summary

Functions

Delete the template specified by the 'template_id'.

Get the template specified by template id or template url

Get the list of templates

Update the template specified by the 'template_id'.

Functions

Link to this function

create_template(name, steps)

View Source

...

Link to this function

delete_template(template)

View Source

Delete the template specified by the 'template_id'.

Args:

  • template_id (str)

Returns:

An instance of Transloaditex.Response.

Get the template specified by template id or template url

Args:

  • template (str) - One of template id or template url

Returns:

An instance of Transloaditex.Response

Get the list of templates

Args:

Returns:

An instance of Transloaditex.Response.

Link to this function

update_template(template_id, data)

View Source

Update the template specified by the 'template_id'.

Args:

  • template_id (str)
  • data (map) - key, value pair of fields and their new values.

Returns:

An instance of Transloaditex.Response.