inventorylocationitemManyPost method

Implementation

Future<
        chopper.Response<
            List<
                MicrosoftAspNetCoreMvcActionResultWebApiModulesUtilitiesInventoryLocationItemInventoryLocationItemLogic>>>
    inventorylocationitemManyPost(
        {required List<
                WebApiModulesUtilitiesInventoryLocationItemInventoryLocationItem>?
            body}) {
  generatedMapping.putIfAbsent(
      MicrosoftAspNetCoreMvcActionResultWebApiModulesUtilitiesInventoryLocationItemInventoryLocationItemLogic,
      () =>
          MicrosoftAspNetCoreMvcActionResultWebApiModulesUtilitiesInventoryLocationItemInventoryLocationItemLogic
              .fromJsonFactory);

  return _inventorylocationitemManyPost(body: body);
}