inventoryreceiptItemsPost method

Implementation

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

  return _inventoryreceiptItemsPost(body: body);
}