Cannot create a closed asset
R
Remy Gwaramadze
If I create an asset with closed_on set to some date, the date is persisted but the account appears as "Active". Then if I go to UI and tick "MARK AS CLOSED" then it is properly deactivated and I even see the date I set via the API.
Log In
R
Remy Gwaramadze
Same is true for PUT API call, sending "closed_on" does not deactivate the asset. I tried sending "status"="closed" for both POST and PUT but it does not help.