Retreive the parent company informations
GET/parent-companies/:parentCompanyID
Retreive the parent company informations
Request
Path Parameters
parentCompanyID uuidrequired
Responses
- 200
success - entity informations
- application/json
- Schema
- Example (from schema)
Schema
id uuidrequired
name stringrequired
created stringnullablerequired
updated stringnullablerequired
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Apple Paris",
"created": "string",
"updated": "string"
}
Loading...