inventorycertificationIdPut method
Future<Response<WebApiModulesInventoryInventoryCertificationInventoryCertification> >
inventorycertificationIdPut({
- required String? id,
- required WebApiModulesInventoryInventoryCertificationInventoryCertification? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesInventoryInventoryCertificationInventoryCertification>>
inventorycertificationIdPut({
required String? id,
required WebApiModulesInventoryInventoryCertificationInventoryCertification?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryCertificationInventoryCertification,
() => WebApiModulesInventoryInventoryCertificationInventoryCertification
.fromJsonFactory);
return _inventorycertificationIdPut(id: id, body: body);
}