_setAttrBit
Last updated
Set the Attrubute Bit.
The ID of the Asset Type.
1 - For Rent, 2 - Is A Vehicle
1 - Yes, 2 - No
FM_api('AssetType_setAttrBit', ['id' => '8', 'bit' => '1', 'val' => '1'])FM_api('AssetType_setAttrBit', ['id' => '8', 'bit' => '2', 'val' => '2'])Last updated
{"ok":1}