Retrieve financial document statuses

Get financial document statuses

GET https://ris.rightsline.com/v4/financial-document-statuses/{templateId}

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

Path Parameters

Headers

{
    "statuses": [
        {
            "statusId": 1,
            "statusName": "Billing Document Created"
        },
        {
            "statusId": 2,
            "statusName": "Billing Document Drafted"
        },
        {
            "statusId": 3,
            "statusName": "Billing Document Sent"
        },
        {
            "statusId": 4,
            "statusName": "Billing Document Paid"
        },
        {
            "statusId": 5,
            "statusName": "Revenue Recognized"
        },
        {
            "statusId": 6,
            "statusName": "Billing Document Paid & Revenue Recognized"
        },
        {
            "statusId": 7,
            "statusName": "Billing Document Cancelled"
        },
        {
            "statusId": 8,
            "statusName": "Active, Not Deletable, Locked"
        },
        {
            "statusId": 9,
            "statusName": "Inactive, Deletable, Unlocked"
        },
        {
            "statusId": 10,
            "statusName": "Inactive, Not Deletable, Locked"
        }
    ]
}

Last updated