inventoryreceiptItemsManyPost method

Implementation

Future<
  chopper.Response<
    List<
      MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptItemLogic
    >
  >
>
inventoryreceiptItemsManyPost({
  required List<WebApiModulesInventoryInventoryReceiptInventoryReceiptItem>?
  body,
}) {
  generatedMapping.putIfAbsent(
    MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptItemLogic,
    () =>
        MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryReceiptInventoryReceiptItemLogic
            .fromJsonFactory,
  );

  return _inventoryreceiptItemsManyPost(body: body);
}