partsinventoryCopyPost method
Future<Response<WebApiModulesInventoryPartsInventoryPartsInventory> >
partsinventoryCopyPost({
- required WebApiModulesInventoryInventoryCopyInventoryRequest? body,
Implementation
Future<chopper.Response<WebApiModulesInventoryPartsInventoryPartsInventory>>
partsinventoryCopyPost(
{required WebApiModulesInventoryInventoryCopyInventoryRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPartsInventoryPartsInventory,
() =>
WebApiModulesInventoryPartsInventoryPartsInventory.fromJsonFactory);
return _partsinventoryCopyPost(body: body);
}