Retrieve financial document template list

Get financial document templates

GET https://ris.rightsline.com/v4/financial-document-templates

This endpoint allows you to retrieve template data for financial documents.

Headers

{
  "templates": [
    {
      "templateId": 1,
      "templateName": "Invoice",
      "processId": 10,
      "processName": "Billing Doc Workflow"
    }
  ]
}

Last updated