inventoryreceiptManyPost method
Future<Response<List<MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptLogic> > >
inventoryreceiptManyPost({
- required List<
WebApiModulesInventoryInventoryReceiptInventoryReceipt> ? body,
Implementation
Future<
chopper.Response<
List<
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptLogic>>>
inventoryreceiptManyPost(
{required List<
WebApiModulesInventoryInventoryReceiptInventoryReceipt>?
body}) {
generatedMapping.putIfAbsent(
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptLogic,
() =>
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptLogic
.fromJsonFactory);
return _inventoryreceiptManyPost(body: body);
}