laborcategoryIdPut method

@param id

Implementation

Future<
  chopper.Response<
    WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory
  >
>
laborcategoryIdPut({
  required String? id,
  required WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory,
    () => WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory
        .fromJsonFactory,
  );

  return _laborcategoryIdPut(id: id, body: body);
}