rentalinventoryManyPost method
Future<Response<List<MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryRentalInventoryRentalInventoryLogic> > >
rentalinventoryManyPost({
- required List<
WebApiModulesInventoryRentalInventoryRentalInventory> ? body,
Implementation
Future<
chopper.Response<
List<
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryRentalInventoryRentalInventoryLogic
>
>
>
rentalinventoryManyPost({
required List<WebApiModulesInventoryRentalInventoryRentalInventory>? body,
}) {
generatedMapping.putIfAbsent(
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryRentalInventoryRentalInventoryLogic,
() =>
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryRentalInventoryRentalInventoryLogic
.fromJsonFactory,
);
return _rentalinventoryManyPost(body: body);
}