Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 878 Bytes

CostCentersViewModel.md

File metadata and controls

12 lines (8 loc) · 878 Bytes

SiigoApi.CostCentersViewModel

Properties

Name Type Description Notes
id Number Represents the id of the cost center, the value of this field must be an integer number that represents the unique id of the cost center. [optional]
code String Represents the identification code of the cost center. This code will represent the unique code id of the cost center. [optional]
name String Represents the name of the cost center. This value can be an alphanumeric name like 'Main Cost Center' or 'Center-1'. [optional]
active Boolean Represents if the status of a cost center is activated or disabled, the value of this status will be true (for activated) or false (disabled). By default, this field will be active. [optional]