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
{
"name": "Name Intercompany",
"company_id": 5,
"updated_at": "2020-07-06T12:23:26.000000Z",
"created_at": "2020-07-06T12:23:26.000000Z",
"id": 4,
"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"
}
}Show
GET https://gofundo.nl/api/companies/:id/intercompanies/:id
{
"id": 1,
"company_id": 1,
"name": "Name Intercompany",
"created_at": "2020-06-26T14:16:23.000000Z",
"updated_at": "2020-06-26T14:16:23.000000Z",
"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
PUT https://gofundo.nl/api/companies/:id/intercompanies/:id
Request Body
Name
Type
Description
name
string
{
"id": 4,
"company_id": 5,
"name": "New company name",
"created_at": "2020-07-06T12:23:26.000000Z",
"updated_at": "2020-07-06T12:24:45.000000Z"
}Destroy
DELETE https://gofundo.nl/api/companies/:id/intercompanies/:id
Last updated
Was this helpful?