inventorycertificationPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesInventoryInventoryCertificationInventoryCertification>>
    inventorycertificationPost(
        {required WebApiModulesInventoryInventoryCertificationInventoryCertification?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryInventoryCertificationInventoryCertification,
      () => WebApiModulesInventoryInventoryCertificationInventoryCertification
          .fromJsonFactory);

  return _inventorycertificationPost(body: body);
}