partsinventoryManyPost method
Future<Response<List<MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryPartsInventoryPartsInventoryLogic> > >
partsinventoryManyPost({
- required List<
WebApiModulesInventoryPartsInventoryPartsInventory> ? body,
Implementation
Future<
chopper.Response<
List<
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryPartsInventoryPartsInventoryLogic>>>
partsinventoryManyPost(
{required List<WebApiModulesInventoryPartsInventoryPartsInventory>?
body}) {
generatedMapping.putIfAbsent(
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryPartsInventoryPartsInventoryLogic,
() =>
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryPartsInventoryPartsInventoryLogic
.fromJsonFactory);
return _partsinventoryManyPost(body: body);
}