Operators List
{% if 'add' in session.get('operatorPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
S.No | Operator Name | Sub Service Name | Allow Type | Api Name | Api Code | Api Type | File | Tax Type | Category Name | Min length | Max length | Sorting | Display In Dashboard | Pay Without Fetch Allowed | State | Status | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{each_operator.snoCount}} | {{each_operator.operatorName}} | {{each_operator.serviceName}} | {{each_operator.allowType}} | {{each_operator.transactionAPIName}} | {{each_operator.apiCode}} | {{each_operator.apiType}} | {%if each_operator.image %}![]() |
{% endif %}
{{each_operator.taxTypeName}} | {{each_operator.serviceGroupingName}} | {{each_operator.minLength}} | {{each_operator.maxLength}} | {{each_operator.sorting}} | {{each_operator.displayInDashboard}} | {{each_operator.payWithoutFetchAllowed}} | {{each_operator.stateName}} | {% if 'edit' in session.get('operatorPermissions', []) %}{% if each_operator.actionText == "Active" %} {{ each_operator.actionText }} {% else %} {{ each_operator.actionText }} {% endif %} | {% endif %}{% if 'edit' in session.get('operatorPermissions', []) %} {% endif %} {% if 'delete' in session.get('operatorPermissions', []) %} {% endif %} | {% endfor %}