Skip to main content

Retrieve the parent company informations

GET 

/parent-companies/:parent_company_id

Retrieve the parent company informations

Request

Path Parameters

    parent_company_id uuidrequired

Responses

success - parent company informations

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

Loading...