Retrieve the parent company informations
GET/parent-companies/:parent_company_id
Retrieve the parent company informations
Request
Path Parameters
parent_company_id uuidrequired
Responses
- 200
success - parent company informations
- application/json
- Schema
- Example (from schema)
Schema
id uuidrequired
The unique identifier of the parent company
name stringrequired
The name of the parent company
created stringnullablerequired
The creation date of the parent company
updated stringnullablerequired
The last update date of the parent company
settingsSynchronization nullable
Synchronization settings for the parent company
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Apple Paris",
"created": "string",
"updated": "string"
}
Loading...