How to create or delete a miscellaneous cost?
This method allows to create a misc cost in a simplified manner. The method to be used when creating a misc cost is: POST url/api/mytenant/myorganization/maintenancecore/misccosts Json example for creating a misc cost: This method allows to create a misc cost according to the parameters filled in: When this method is executed successfully, it returns HttpStatusCode.201Created.Create miscellaneous cost
{
"miscCostsKey": "RF",
"description": "Refeições",
"remarks": null
}
Delete miscellaneous cost