Applications

Index

GET https://gofundo.nl/api/applications

Path Parameters

Name
Type
Description

string

[
    {
        "id": 1,
        "company_id": 1,
        "first_reviewer_id": null,
        "second_reviewer_id": null,
        "status": "new",
        "requested_amount": 5600,
        "bank": "Rabo",
        "iban": "NL87RABO0312461194",
        "processing": 0,
        "step": 6,
        "approved": null,
        "tax_amount": null,
        "vat_amount": null,
        "vpb_amount": null,
        "start_amount": 136785,
        "end_amount": 80174,
        "income": 1959985,
        "expenses": 2016595,
        "daily_avg": 121938,
        "daily_avg_expenses": null,
        "monthly_avg": 4523042,
        "monthly_avg_expenses": 4653681,
        "from": "2020-04-29T22:00:00.000000Z",
        "to": "2020-05-11T22:00:00.000000Z",
        "created_at": "2020-06-26T11:53:05.000000Z",
        "updated_at": "2020-06-26T11:53:55.000000Z",
        "deleted_at": null,
        "file_uploaded": true
    }
]

Create

POST https://gofundo.nl/api/applications

Request Body

Name
Type
Description

file

object

Must be a valid MT-940 file (.swi extension)

second_reviewer

string

Email address of existing user

first_reviewer

string

Email address of existing user

requested_amount

integer

In euro's

company_id

string

Show

GET https://gofundo.nl/api/applications/:id

Update

POST https://gofundo.nl/api/applications/:id

Request Body

Name
Type
Description

_method

string

String containing "PUT"

seon

string

Email address of existing user

first_reviewer

string

Email address of existing user

requested_amount

integer

In euro's

company_id

string

Destroy

DELETE https://gofundo.nl/api/applications/:id

Last updated

Was this helpful?