inventoryprepPost method
Future<Response<WebApiModulesInventoryInventoryPrepInventoryPrep> >
inventoryprepPost({
- required WebApiModulesInventoryInventoryPrepInventoryPrep? body,
Implementation
Future<chopper.Response<WebApiModulesInventoryInventoryPrepInventoryPrep>>
inventoryprepPost({
required WebApiModulesInventoryInventoryPrepInventoryPrep? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryPrepInventoryPrep,
() => WebApiModulesInventoryInventoryPrepInventoryPrep.fromJsonFactory,
);
return _inventoryprepPost(body: body);
}