Intercompanies

Index

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

[
    {
        "id": 1,
        "company_id": 1,
        "name": "Webtraders",
        "created_at": "2020-06-26T14:16:23.000000Z",
        "updated_at": "2020-06-26T14:16:23.000000Z"
    },
    {
        "id": 2,
        "company_id": 1,
        "name": "Learnspot",
        "created_at": "2020-06-26T14:16:28.000000Z",
        "updated_at": "2020-06-26T14:16:28.000000Z"
    }
]

Create

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

Path Parameters

Name
Type
Description

name

string

Show

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

Update

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

Request Body

Name
Type
Description

name

string

Destroy

DELETE https://gofundo.nl/api/companies/:id/intercompanies/:id

Last updated

Was this helpful?