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
{
"id": 10,
"company_id": 1,
"first_reviewer_id": 1,
"second_reviewer_id": 1,
"status": "draft",
"requested_amount": null,
"bank": null,
"iban": null,
"processing": true,
"step": 1,
"approved": null,
"tax_amount": null,
"vat_amount": null,
"vpb_amount": null,
"start_amount": null,
"end_amount": null,
"income": null,
"expenses": null,
"daily_avg": null,
"daily_avg_expenses": null,
"monthly_avg": null,
"monthly_avg_expenses": null,
"from": null,
"to": null,
"created_at": "2020-06-26T14:13:37.000000Z",
"updated_at": "2020-06-26T14:13:37.000000Z",
"deleted_at": null,
"file_uploaded": true,
"first_reviewer": {
"id": 1,
"first_name": "Web",
"last_name": "Trader",
"function": "Systeembeheerder",
"amount_limit": null,
"image": null,
"email": "[email protected]",
"email_verified_at": null,
"invitation_token": null,
"permissions": [
"settings",
"users",
"categories",
"api"
],
"created_at": "2020-06-26T12:28:47.000000Z",
"updated_at": "2020-06-26T12:28:47.000000Z",
"full_name": "Web Trader"
},
"second_reviewer": {
"id": 1,
"first_name": "Web",
"last_name": "Trader",
"function": "Systeembeheerder",
"amount_limit": null,
"image": null,
"email": "[email protected]",
"email_verified_at": null,
"invitation_token": null,
"permissions": [
"settings",
"users",
"categories",
"api"
],
"created_at": "2020-06-26T12:28:47.000000Z",
"updated_at": "2020-06-26T12:28:47.000000Z",
"full_name": "Web Trader"
}
}Show
GET https://gofundo.nl/api/applications/:id
{
"id": 1,
"company_id": 1,
"first_reviewer_id": 1,
"second_reviewer_id": 1,
"status": "first_review",
"requested_amount": null,
"bank": null,
"iban": null,
"processing": true,
"step": 1,
"approved": null,
"tax_amount": null,
"vat_amount": null,
"vpb_amount": null,
"start_amount": null,
"end_amount": null,
"income": null,
"expenses": null,
"daily_avg": null,
"daily_avg_expenses": null,
"monthly_avg": null,
"monthly_avg_expenses": null,
"from": null,
"to": null,
"created_at": "2020-06-26T13:21:03.000000Z",
"updated_at": "2020-06-26T13:21:03.000000Z",
"deleted_at": null,
"file_uploaded": true,
"first_reviewer": {
"id": 1,
"first_name": "Web",
"last_name": "Trader",
"function": "Systeembeheerder",
"amount_limit": null,
"image": null,
"email": "[email protected]",
"email_verified_at": null,
"invitation_token": null,
"permissions": [
"settings",
"users",
"categories",
"api"
],
"created_at": "2020-06-26T12:28:47.000000Z",
"updated_at": "2020-06-26T12:28:47.000000Z",
"full_name": "Web Trader"
},
"second_reviewer": {
"id": 1,
"first_name": "Web",
"last_name": "Trader",
"function": "Systeembeheerder",
"amount_limit": null,
"image": null,
"email": "[email protected]",
"email_verified_at": null,
"invitation_token": null,
"permissions": [
"settings",
"users",
"categories",
"api"
],
"created_at": "2020-06-26T12:28:47.000000Z",
"updated_at": "2020-06-26T12:28:47.000000Z",
"full_name": "Web Trader"
},
"company": {
"id": 1,
"name": "Test VOF Guus",
"kvk": "69599076",
"street": "Benny Goodmanstraat",
"streetnumber": "60",
"postalcode": "1311RB",
"city": "Almere",
"country": "Nederland",
"created_at": "2020-06-26T12:30:01.000000Z",
"updated_at": "2020-06-26T12:30:01.000000Z"
}
}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
{
"id": 8,
"company_id": 1,
"first_reviewer_id": 1,
"second_reviewer_id": 1,
"status": "first_review",
"requested_amount": null,
"bank": null,
"iban": null,
"processing": true,
"step": 1,
"approved": null,
"tax_amount": null,
"vat_amount": null,
"vpb_amount": null,
"start_amount": null,
"end_amount": null,
"income": null,
"expenses": null,
"daily_avg": null,
"daily_avg_expenses": null,
"monthly_avg": null,
"monthly_avg_expenses": null,
"from": null,
"to": null,
"created_at": "2020-06-26T13:21:03.000000Z",
"updated_at": "2020-06-26T13:21:03.000000Z",
"deleted_at": null,
"file_uploaded": true,
"first_reviewer": {
"id": 1,
"first_name": "Web",
"last_name": "Trader",
"function": "Systeembeheerder",
"amount_limit": null,
"image": null,
"email": "[email protected]",
"email_verified_at": null,
"invitation_token": null,
"permissions": [
"settings",
"users",
"categories",
"api"
],
"created_at": "2020-06-26T12:28:47.000000Z",
"updated_at": "2020-06-26T12:28:47.000000Z",
"full_name": "Web Trader"
},
"second_reviewer": {
"id": 1,
"first_name": "Web",
"last_name": "Trader",
"function": "Systeembeheerder",
"amount_limit": null,
"image": null,
"email": "[email protected]",
"email_verified_at": null,
"invitation_token": null,
"permissions": [
"settings",
"users",
"categories",
"api"
],
"created_at": "2020-06-26T12:28:47.000000Z",
"updated_at": "2020-06-26T12:28:47.000000Z",
"full_name": "Web Trader"
}
}Destroy
DELETE https://gofundo.nl/api/applications/:id
Last updated
Was this helpful?