Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 12.9 KB

File metadata and controls

22 lines (19 loc) · 12.9 KB

AccountingDepartment

Fields

Field Type Required Description Example
id Optional[str] A unique identifier for an object. 12345
parent_id OptionalNullable[str] A unique identifier for an object. 12345
display_id OptionalNullable[str] Id to be displayed. 123456
name OptionalNullable[str] The name of the department. Sales
status Optional[models.DepartmentStatus] Based on the status some functionality is enabled or disabled. active
subsidiaries List[models.SubsidiaryReference] N/A
code Optional[str] The code of the department. 123
downstream_id OptionalNullable[str] The third-party API ID of original entity 12345
custom_mappings Dict[str, Any] When custom mappings are configured on the resource, the result is included here.
row_version OptionalNullable[str] 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. 1-12345
updated_by OptionalNullable[str] The user who last updated the object. 12345
created_by OptionalNullable[str] The user who created the object. 12345
updated_at date The date and time when the object was last updated. 2020-09-30T07:43:32.000Z
created_at date The date and time when the object was created. 2020-09-30T07:43:32.000Z
pass_through List[models.PassThroughBody] The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.