inventoryreceiptItemsManyPost method
Future<Response<List<MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptItemLogic> > >
inventoryreceiptItemsManyPost({
- required List<
WebApiModulesInventoryInventoryReceiptInventoryReceiptItem> ? body,
Implementation
Future<
chopper.Response<
List<
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptItemLogic
>
>
>
inventoryreceiptItemsManyPost({
required List<WebApiModulesInventoryInventoryReceiptInventoryReceiptItem>?
body,
}) {
generatedMapping.putIfAbsent(
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptItemLogic,
() =>
MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptItemLogic
.fromJsonFactory,
);
return _inventoryreceiptItemsManyPost(body: body);
}