ContractTypes

Here you find all available endpoints related to Followup CRM contacts. These endpoints are protected and you'll need an API Token.


In order to use the GET and POST requests, add to the header the following:

Key Value
Content-Type application/json
Accept application/json

GET /api/v1/file-data/contract-type

Path Parameters

Examples


Request Example

/api/v1/file-data/contract-type?api_token=YOUR_API_TOKEN


Response

{
    "success": true,
    "message": "Contract Listing",
    "data": [
        {
            "id": 1,
            "team_id": 1,
            "code": "1st Month Recur",
            "full_description": "1st Month Recurring Revenue",
            "short_description": "1st Month Recurring Revenue",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-02T11:17:46.000000Z",
            "updated_at": "2020-12-02T11:17:46.000000Z",
            "legacy_id": null,
            "deleted_at": null
        },
        {
            "id": 2,
            "team_id": 1,
            "code": "MRR ADD",
            "full_description": "MRR ADD",
            "short_description": "MRR ADD",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-02T11:17:46.000000Z",
            "updated_at": "2020-12-02T11:17:46.000000Z",
            "legacy_id": null,
            "deleted_at": null
        },
        {
            "id": 3,
            "team_id": 1,
            "code": "TMRR",
            "full_description": "Training MRR",
            "short_description": "Training MRR",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-02T11:17:46.000000Z",
            "updated_at": "2020-12-02T11:17:46.000000Z",
            "legacy_id": null,
            "deleted_at": null
        },
        {
            "id": 4,
            "team_id": 1,
            "code": "CTRA",
            "full_description": "Software Training",
            "short_description": "Software Training",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-02T11:17:46.000000Z",
            "updated_at": "2020-12-02T11:17:46.000000Z",
            "legacy_id": null,
            "deleted_at": null
        },
        {
            "id": 5,
            "team_id": 1,
            "code": "BI",
            "full_description": "BI",
            "short_description": "BI",
            "load_order": 0,
            "locked": 0,
            "created_at": "2020-12-02T11:17:46.000000Z",
            "updated_at": "2020-12-02T11:17:46.000000Z",
            "legacy_id": null,
            "deleted_at": null
        }
    ]
}