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