partsinventoryCopyPost method

Implementation

Future<chopper.Response<WebApiModulesInventoryPartsInventoryPartsInventory>>
    partsinventoryCopyPost(
        {required WebApiModulesInventoryInventoryCopyInventoryRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryPartsInventoryPartsInventory,
      () =>
          WebApiModulesInventoryPartsInventoryPartsInventory.fromJsonFactory);

  return _partsinventoryCopyPost(body: body);
}