Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.52 KB

Subsidiary.md

File metadata and controls

21 lines (16 loc) · 1.52 KB

Subsidiary

Properties

Name Type Description Notes
id str A unique identifier for an object. [optional] [readonly]
parent_id str, none_type A unique identifier for an object. [optional]
name str, none_type The name of the company. [optional]
status str Based on the status some functionality is enabled or disabled. [optional]
custom_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]
row_version str, none_type A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. [optional]
updated_by str, none_type The user who last updated the object. [optional] [readonly]
created_by str, none_type The user who created the object. [optional] [readonly]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]
pass_through PassThroughBody [optional]

[Back to Model list] [Back to API list] [Back to README]