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