Companies

Index

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

Returns an overview of all companies with relationships (with exception to applications).

[
    {
        "id": 1,
        "name": "Webtraders",
        "kvk": "69599076",
        "street": "Regulusweg 123",
        "streetnumber": "11",
        "postalcode": "2516AC",
        "city": "Den Haag",
        "country": "Nederland",
        "created_at": "2020-06-25T09:29:05.000000Z",
        "updated_at": "2020-06-25T09:41:54.000000Z"
    }
]

Create by KVK

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

Request Body

Name
Type
Description

kvk

string

Create

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

Request Body

Name
Type
Description

postalcode

string

country

string

Full country name

city

string

streetnumber

string

House number with addition

street

string

name

string

kvk

string

Valid KVK number

Show

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

Update

PUT https://gofundo.nl/api/companies/:id

Request Body

Name
Type
Description

postalcode

string

country

string

city

string

streetnumber

string

street

string

name

string

Last updated

Was this helpful?