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